1
mirror of https://github.com/R2Northstar/Northstar synced 2025-09-16 14:10:48 +02:00

Compare commits

...

1 Commits

Author SHA1 Message Date
GeckoEidechse
aeb3e5ee17 Bump download-artifact action to v3 (#447)
v2 is being deprecated
2023-04-07 17:34:36 +02:00

View File

@@ -60,7 +60,7 @@ jobs:
runs-on: ubuntu-20.04
steps:
- name: Download compiled launcher
uses: actions/download-artifact@v2
uses: actions/download-artifact@v3
with:
name: northstar-launcher
path: northstar-launcher
@@ -171,7 +171,7 @@ jobs:
- name: Download Northstar package
if: ${{ !env.ACT }} # Download artifacts from previous jobs when running on GitHub's infrastructure
uses: actions/download-artifact@v2
uses: actions/download-artifact@v3
with:
name: Northstar.release.${{ env.NORTHSTAR_VERSION }}
path: northstar