Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
egress-policy: audit

- name: Download Artifacts
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0

- name: Get github app token
uses: actions/create-github-app-token@df432ceedc7162793a195dd1713ff69aefc7379e # v2.0.6
Expand Down Expand Up @@ -107,7 +107,7 @@ jobs:
# upload-release-assets: false

# - name: Download Artifacts
# uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16
# uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53

# - name: Upload attestations SLSA
# uses: actions/attest-build-provenance@e8998f949152b193b063cb0ec769d69d929409be
Expand Down