From fd0448d8790525be5a85a27899ecb2e5ce248b64 Mon Sep 17 00:00:00 2001 From: Crash Collison <3751389+tehcrashxor@users.noreply.github.com> Date: Thu, 12 Sep 2024 13:50:22 -0700 Subject: [PATCH] Update PR build from deprecated actions/upload-artifact@v2 (#1035) --- .github/workflows/PullRequest.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/PullRequest.yml b/.github/workflows/PullRequest.yml index f6c105bd..4d745d88 100644 --- a/.github/workflows/PullRequest.yml +++ b/.github/workflows/PullRequest.yml @@ -73,7 +73,7 @@ jobs: - name: Upload PAC CLI logs if: always() - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v4 with: name: pac-cli-log ${{ matrix.os }} path: out/pp-bt-test/tasks/tool-installer/**/pac*/tools/logs/pac-log.txt