From 6d97d5dfa28a00380494a812f9c5858983ef37cf Mon Sep 17 00:00:00 2001 From: Ben Meadors Date: Sun, 16 Jul 2023 15:18:42 -0500 Subject: [PATCH] Bump PR artifacts github action --- .github/workflows/main_matrix.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main_matrix.yml b/.github/workflows/main_matrix.yml index 2dc5264a2..f30eed554 100644 --- a/.github/workflows/main_matrix.yml +++ b/.github/workflows/main_matrix.yml @@ -249,7 +249,7 @@ jobs: - name: Create request artifacts if: ${{ github.event_name == 'pull_request_target' || github.event_name == 'pull_request' }} - uses: gavv/pull-request-artifacts@v1.0.0 + uses: gavv/pull-request-artifacts@v1.1.0 with: commit: ${{ (github.event.pull_request_target || github.event.pull_request).head.sha }} repo-token: ${{ secrets.GITHUB_TOKEN }}