From d7637c7ab58623023e2ba023416919f7107af371 Mon Sep 17 00:00:00 2001 From: GeckoEidechse <40122905+GeckoEidechse@users.noreply.github.com> Date: Fri, 7 Apr 2023 21:24:30 +0200 Subject: Bump download-artifact action to v3 (#444) v2 is deprecated --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.github') 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 -- cgit v1.2.3