Skip to content

Commit

Permalink
Update download-artifact action to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
octol committed Sep 10, 2024
1 parent 48dfc24 commit d6393c1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nightly-security-audit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: Check out repository code
uses: actions/checkout@v2
- name: Download report from previous job
uses: actions/download-artifact@v3
uses: actions/download-artifact@@v4
with:
name: report
path: .github/workflows/support-files/notifications
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-nyms5-android-apk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v3
- name: Download binary artifact
uses: actions/download-artifact@v3
uses: actions/download-artifact@@v4
with:
name: nyms5-apk-arch64
path: apk
Expand Down

0 comments on commit d6393c1

Please sign in to comment.