aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeckoEidechse <40122905+GeckoEidechse@users.noreply.github.com>2023-04-07 21:24:30 +0200
committerGeckoEidechse <gecko.eidechse+git@pm.me>2023-04-08 21:15:21 +0200
commita052b2f775830fb4ce3f0fccce72945e61fbf2ab (patch)
tree4c08e3bb599dcdd011dbaff15140d4353d121325
parentbf32932fe3d6d1f598c754c1dde8d1e97892bedd (diff)
downloadNorthstarLauncher-a052b2f775830fb4ce3f0fccce72945e61fbf2ab.tar.gz
NorthstarLauncher-a052b2f775830fb4ce3f0fccce72945e61fbf2ab.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