Skip to content

Commit 26a6104

Browse files
Bump actions/download-artifact to v4 (#20)
v3 uses an older Node version that will soon no longer be supported by GitHub Actions
1 parent 8300f7e commit 26a6104

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,12 +40,12 @@ jobs:
4040
runs-on: ubuntu-22.04
4141
steps:
4242
- name: Download compiled RPC
43-
uses: actions/download-artifact@v3
43+
uses: actions/download-artifact@v4
4444
with:
4545
name: northstar-discord-rpc
4646
path: northstar-discord-rpc
4747
- name: Download debug files
48-
uses: actions/download-artifact@v3
48+
uses: actions/download-artifact@v4
4949
with:
5050
name: discord-rpc-debug-files
5151
path: discord-rpc-debug-files

0 commit comments

Comments
 (0)