From c31a2551f18d99e6fcc71ade66a61df008ab8db9 Mon Sep 17 00:00:00 2001 From: WerWolv Date: Sat, 2 Mar 2024 17:42:19 +0100 Subject: [PATCH] git: Update release actions --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 9d5fa1f83..5e34dd003 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -90,7 +90,7 @@ jobs: run: tar --exclude-vcs -czvf Full.Sources.tar.gz ImHex - name: ⬇️ Download artifacts from latest workflow - uses: dawidd6/action-download-artifact@v2 + uses: dawidd6/action-download-artifact@v3 with: github_token: ${{secrets.GITHUB_TOKEN}} workflow: build.yml @@ -119,7 +119,7 @@ jobs: mv "Windows Portable NoGPU x86_64.zip" imhex-${{ env.IMHEX_VERSION }}-Windows-Portable-NoGPU-x86_64.zip - name: ⬆️ Upload everything to release - uses: softprops/action-gh-release@v1 + uses: softprops/action-gh-release@4634c16e79c963813287e889244c50009e7f0981 with: files: '*'