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 679e149 commit 1cc12feCopy full SHA for 1cc12fe
.github/workflows/build.yml
@@ -362,7 +362,7 @@ jobs:
362
- name: Pack
363
run: yarn build:tarball
364
- name: Archive artifacts
365
- uses: actions/upload-artifact@v3.1.3
+ uses: actions/upload-artifact@v4.0.0
366
with:
367
name: ${{ github.sha }}
368
path: |
@@ -1008,7 +1008,7 @@ jobs:
1008
GITHUB_TOKEN: ${{ github.token }}
1009
1010
- name: Upload results
1011
1012
if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name == github.repository
1013
1014
name: ${{ steps.process.outputs.artifactName }}
0 commit comments