From c9a87cce82d3aa77691a7d3ac5575a875bfad17c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 15 Dec 2023 13:11:49 +0200 Subject: [PATCH] chore(deps): update actions/upload-artifact action to v4 (#13) --- .github/workflows/test-and-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-and-build.yml b/.github/workflows/test-and-build.yml index d574424..b0b534b 100644 --- a/.github/workflows/test-and-build.yml +++ b/.github/workflows/test-and-build.yml @@ -51,7 +51,7 @@ jobs: - name: Ensure the PHAR works run: builds/branch-usage-checker --version - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 name: Upload the PHAR artifact with: name: branch-usage-checker