From f7ba2651a853c3ce10f3c6269c3166403cdea66d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 18 Feb 2024 00:58:50 +0000 Subject: [PATCH] chore(deps): update actions/upload-artifact action to v4 --- .github/workflows/CD.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/CD.yml b/.github/workflows/CD.yml index 32acdad..a36e795 100644 --- a/.github/workflows/CD.yml +++ b/.github/workflows/CD.yml @@ -36,7 +36,7 @@ jobs: mkdir -p build/ pyinstaller --name pacup --onefile pacup/__main__.py - name: Upload assets - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 if: github.event_name == 'workflow_dispatch' with: name: pacup