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 }}