We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81df971 commit bab06c2Copy full SHA for bab06c2
.github/workflows/build.yml
@@ -356,7 +356,7 @@ jobs:
356
- name: Pack
357
run: yarn build:tarball
358
- name: Archive artifacts
359
- uses: actions/upload-artifact@v3.1.2
+ uses: actions/upload-artifact@v3.1.3
360
with:
361
name: ${{ github.sha }}
362
path: |
@@ -951,7 +951,7 @@ jobs:
951
GITHUB_TOKEN: ${{ github.token }}
952
953
- name: Upload results
954
955
if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name == github.repository
956
957
name: ${{ steps.process.outputs.artifactName }}
0 commit comments