Skip to content

Commit

Permalink
CVE.
Browse files Browse the repository at this point in the history
  • Loading branch information
thorstenhater committed Sep 9, 2024
1 parent 5badbbe commit 5d1dd22
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -122,4 +122,3 @@ jobs:
generateReleaseNotes: true
artifacts: '*.dmg,*.AppImage,*.tar.gz'
token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 5d1dd22

Please sign in to comment.