Bump download-artifact action to v3 (#444)

v2 is deprecated
This commit is contained in:
GeckoEidechse 2023-04-07 21:24:30 +02:00 committed by GitHub
parent 35696d3f9e
commit d7637c7ab5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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