Skip to content

Commit

Permalink
ci: pin dependency for actions/upload-artifact
Browse files Browse the repository at this point in the history
Pin the dep for actions/upload-artifact
  • Loading branch information
josephperrott committed Feb 26, 2024
1 parent 24eaa2e commit 9b8630e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ jobs:
- name: Build and create package artifacts
run: ./scripts/create-package-archives.js --suffix "pr${{github.event.number}}-$(git rev-parse --short HEAD)"
- name: Upload artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3 # tag=v4.3.1
with:
name: Package Artifacts
path: dist/release-archives
Expand Down

0 comments on commit 9b8630e

Please sign in to comment.