Bump download-artifact action to v3 (#447)

v2 is being deprecated
This commit is contained in:
GeckoEidechse 2023-04-07 17:34:36 +02:00 committed by GitHub
parent 20ae5c9786
commit aeb3e5ee17
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

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