diff options
author | GeckoEidechse <40122905+GeckoEidechse@users.noreply.github.com> | 2023-04-07 21:24:30 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-07 21:24:30 +0200 |
commit | d7637c7ab58623023e2ba023416919f7107af371 (patch) | |
tree | 2300ce51c1666c8e305b9dfe82035139e3dc8df9 /.github | |
parent | 35696d3f9eb004ebaf45dfa1700da7ac0f92259d (diff) | |
download | NorthstarLauncher-d7637c7ab58623023e2ba023416919f7107af371.tar.gz NorthstarLauncher-d7637c7ab58623023e2ba023416919f7107af371.zip |
Bump download-artifact action to v3 (#444)
v2 is deprecated
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/release.yml | 4 |
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 |