Update pull-request-artifacts

This commit is contained in:
Jonathan Bennett 2023-12-07 20:22:22 -06:00 committed by GitHub
parent 8f57cfaaf4
commit 8ea19d665a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -285,14 +285,14 @@ jobs:
- name: Create request artifacts
continue-on-error: true # FIXME: Why are we getting 502, but things still work?
if: ${{ github.event_name == 'pull_request_target' || github.event_name == 'pull_request' }}
uses: gavv/pull-request-artifacts@v1.1.0
uses: gavv/pull-request-artifacts@v2.1.0
with:
commit: ${{ (github.event.pull_request_target || github.event.pull_request).head.sha }}
repo-token: ${{ secrets.GITHUB_TOKEN }}
artifacts-token: ${{ secrets.ARTIFACTS_TOKEN }}
artifacts-repo: meshtastic/artifacts
artifacts-branch: device
artifacts-dir: pr
artifacts-prefix: pr
artifacts: ./firmware-${{ steps.version.outputs.version }}.zip
release-artifacts: