From 740fe97f8318c089e10b253793a90819c7e51fcf Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 29 Mar 2024 00:31:43 +0000 Subject: [PATCH] Update actions/upload-artifact action to v4 --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 8723003..1ec3ef0 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -36,7 +36,7 @@ jobs: if: always() && github.event_name == 'pull_request' # Do not upgrade to v4 due to https://github.com/actions/upload-artifact/issues/478 # Homebrew will need to solve this in the `brew pr-pull` command - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: bottles path: '*.bottle.*'