From 6252b604705bb003d9df7bd654013bf622e2021b Mon Sep 17 00:00:00 2001 From: GeckoEidechse Date: Tue, 18 Jun 2024 12:57:25 +0200 Subject: [PATCH] ci: Bump upload/download artifact actions to v4 as v3 is being deprecated in a few months --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1427f85..eef91f2 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -84,7 +84,7 @@ jobs: run: | rm -rf .git .github .gitignore *.md LICENSE thunderstore .ci.env.example *.sh - name: Upload - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: Northstar.release.${{ env.NORTHSTAR_VERSION }} path: northstar @@ -137,7 +137,7 @@ jobs: - name: Download Northstar package if: ${{ !env.ACT }} # Download artifacts from previous jobs when running on GitHub's infrastructure - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: Northstar.release.${{ env.NORTHSTAR_VERSION }} path: northstar