diff options
Diffstat (limited to '.github/workflows/release.yml')
-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 |