diff --git a/.github/workflows/nightly-release.yaml b/.github/workflows/nightly-release.yaml index c455c9d..6958d33 100644 --- a/.github/workflows/nightly-release.yaml +++ b/.github/workflows/nightly-release.yaml @@ -35,7 +35,7 @@ jobs: }); }) - name: Release - uses: softprops/action-gh-release@718ea10b132b3b2eba29c1007bb80653f286566b # v3 + uses: softprops/action-gh-release@3d0d9888cb7fd7b750713d6e236d1fcb99157228 # v3 with: files: | build/release/gratos.x86.grub.iso diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 7fdcb31..a4429e3 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -17,7 +17,7 @@ jobs: make iso BUILD=release BOOTPROTOCOL=multiboot2 BOOTLOADER=grub make iso BUILD=release BOOTPROTOCOL=multiboot2 BOOTLOADER=limine - name: Release - uses: softprops/action-gh-release@718ea10b132b3b2eba29c1007bb80653f286566b # v3 + uses: softprops/action-gh-release@3d0d9888cb7fd7b750713d6e236d1fcb99157228 # v3 with: files: | build/release/gratos.x86.grub.iso