From 5d1dd22d48dd374bfe4e5838c99658873edb56d1 Mon Sep 17 00:00:00 2001 From: Thorsten Hater <24411438+thorstenhater@users.noreply.github.com> Date: Mon, 9 Sep 2024 10:19:43 +0200 Subject: [PATCH] CVE. --- .github/workflows/release.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1a5ef47..3da403a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -97,7 +97,7 @@ jobs: runs-on: ubuntu-latest steps: - name: "Get artifacts" - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 - name: Move and rename appimage run: mv */*.AppImage arbor-gui.AppImage - name: Move and rename dmg @@ -122,4 +122,3 @@ jobs: generateReleaseNotes: true artifacts: '*.dmg,*.AppImage,*.tar.gz' token: ${{ secrets.GITHUB_TOKEN }} - \ No newline at end of file