Skip to content

Commit

Permalink
Bump actions/download-artifact to v4 (#20)
Browse files Browse the repository at this point in the history
v3 uses an older Node version that will soon no longer be supported by GitHub Actions
  • Loading branch information
GeckoEidechse authored Feb 4, 2024
1 parent 8300f7e commit 26a6104
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 @@ -40,12 +40,12 @@ jobs:
runs-on: ubuntu-22.04
steps:
- name: Download compiled RPC
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: northstar-discord-rpc
path: northstar-discord-rpc
- name: Download debug files
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: discord-rpc-debug-files
path: discord-rpc-debug-files
Expand Down

0 comments on commit 26a6104

Please sign in to comment.