From c139de0658be75311ccad96f54d601916c2203ac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Jan 2024 04:13:21 +0100 Subject: [PATCH] chore(deps): bump actions/upload-artifact from 3 to 4 (#1440) --- .github/workflows/build-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-release.yml b/.github/workflows/build-release.yml index 590eb3f3..cee01afd 100644 --- a/.github/workflows/build-release.yml +++ b/.github/workflows/build-release.yml @@ -62,7 +62,7 @@ jobs: run: npm run build - name: Upload artifact - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: vuetorrent-build path: ./vuetorrent