From afba59571210080c772c2ca927dfaa40e1f528ba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Sep 2024 10:12:09 -0700 Subject: [PATCH] Chore(deps): Bump actions/upload-artifact from 2 to 4 (#376) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/test-pr-command.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-pr-command.yml b/.github/workflows/test-pr-command.yml index 7fa6603b..867554f2 100644 --- a/.github/workflows/test-pr-command.yml +++ b/.github/workflows/test-pr-command.yml @@ -30,7 +30,7 @@ jobs: echo "sha=$(cat pr-info.json | jq -r .head.sha)" >> $GITHUB_OUTPUT echo "run-url=https://github.com/$GITHUB_REPOSITORY/actions/runs/$GITHUB_RUN_ID" >> $GITHUB_OUTPUT - name: Upload PR details as artifact - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v4 with: name: pr-info path: pr-info.json