Bump PR artifacts github action

This commit is contained in:
Ben Meadors
2023-07-16 15:18:42 -05:00
committed by GitHub
co-authored by GitHub
parent c75965480f
commit 6d97d5dfa2
+1 -1
View File
@@ -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 }}