We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c641cf commit 27c42eaCopy full SHA for 27c42ea
.github/workflows/build.yml
@@ -380,7 +380,7 @@ jobs:
380
- name: Pack
381
run: yarn build:tarball
382
- name: Archive artifacts
383
- uses: actions/[email protected].1
+ uses: actions/[email protected].2
384
with:
385
name: ${{ github.sha }}
386
path: |
@@ -834,7 +834,7 @@ jobs:
834
GITHUB_TOKEN: ${{ github.token }}
835
836
- name: Upload results
837
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v3.1.2
838
if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name == github.repository
839
840
name: ${{ steps.process.outputs.artifactName }}
0 commit comments