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