From f7fb05874b83dfb5a5130dc803e2975f6172d883 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 14 Dec 2023 20:00:40 +0000 Subject: [PATCH] chore(deps): update actions/upload-artifact action to v4 --- .github/workflows/on_push_pr.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/on_push_pr.yaml b/.github/workflows/on_push_pr.yaml index 40c403ec..47330d74 100644 --- a/.github/workflows/on_push_pr.yaml +++ b/.github/workflows/on_push_pr.yaml @@ -108,7 +108,7 @@ jobs: - name: Build all platforms:arch run: make ci/fake-prerelease - name: Upload artifacts for next job - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: windows-packages path: dist/nri-*.zip