From 0ff4d68d96a01a920e323d091beb355a762fc780 Mon Sep 17 00:00:00 2001 From: phnx47-bot <78849906+phnx47-bot@users.noreply.github.com> Date: Fri, 15 Dec 2023 03:12:40 +0700 Subject: [PATCH] chore(deps): update actions/upload-artifact action to v4 (#88) --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 69cc557..3a8a35f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -57,7 +57,7 @@ jobs: - name: Upload artifacts if: github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags/v') - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: nupkgs path: src/**/*nupkg