Skip to content
This repository has been archived by the owner on Sep 4, 2024. It is now read-only.

Commit

Permalink
Use download-artifact v4
Browse files Browse the repository at this point in the history
Use download-artifact v4 for GHSA-cxww-7g56-2vh6
  • Loading branch information
marcobellaccini authored Sep 4, 2024
1 parent a78714c commit 7d21959
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,11 +77,11 @@ jobs:

# get artifacts containing the builds
- name: Download nanvault-linux
uses: actions/download-artifact@v1
uses: actions/download-artifact@v4
with:
name: nanvault-linux
- name: Download nanvault-darwin
uses: actions/download-artifact@v1
uses: actions/download-artifact@v4
with:
name: nanvault-darwin

Expand Down

0 comments on commit 7d21959

Please sign in to comment.