aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeckoEidechse <40122905+GeckoEidechse@users.noreply.github.com>2023-04-07 21:24:30 +0200
committerGitHub <noreply@github.com>2023-04-07 21:24:30 +0200
commitd7637c7ab58623023e2ba023416919f7107af371 (patch)
tree2300ce51c1666c8e305b9dfe82035139e3dc8df9
parent35696d3f9eb004ebaf45dfa1700da7ac0f92259d (diff)
downloadNorthstarLauncher-d7637c7ab58623023e2ba023416919f7107af371.tar.gz
NorthstarLauncher-d7637c7ab58623023e2ba023416919f7107af371.zip
Bump download-artifact action to v3 (#444)
v2 is deprecated
-rw-r--r--.github/workflows/release.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index 2aca823e..adc7cc6c 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -48,12 +48,12 @@ jobs:
runs-on: ubuntu-22.04
steps:
- name: Download compiled launcher
- uses: actions/download-artifact@v2
+ uses: actions/download-artifact@v3
with:
name: northstar-launcher
path: northstar-launcher
- name: Download compiled launcher
- uses: actions/download-artifact@v2
+ uses: actions/download-artifact@v3
with:
name: launcher-debug-files
path: launcher-debug-files