Skip to content

Commit

Permalink
chore(deps): update actions/upload-artifact digest to 6f51ac0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 17, 2024
1 parent 140749f commit 02afd3a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
EOF
- name: Create artifact for semantic-release 'remote'
run: tar czvf semantic-release-remote.tgz semantic-release-remote
- uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4
- uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4
with:
name: semantic-release-remote
path: semantic-release-remote.tgz
Expand Down Expand Up @@ -185,7 +185,7 @@ jobs:

### Shared epilogue

- uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4
- uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4
with:
name: "Scratch ${{ needs.semver.outputs.version }} (${{ needs.semver.outputs.hash }})"
path: Artifacts/
Expand Down

0 comments on commit 02afd3a

Please sign in to comment.