Skip to content
Open
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -421,7 +421,7 @@ jobs:
mkdir -p ../dist/pf-core-preview-bundle
cp -a /tmp/pfcore-preview-bundle/. ../dist/pf-core-preview-bundle/
- name: Upload preview release bundle
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
with:
name: pcs-core-ci-preview-bundle
path: dist/pf-core-preview-bundle/
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pf-core-release-gate.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: PF-Core Release Gate
name: PF-Core Release Gate

# Live CertifyEdge + pin verification. Tag/release path is fail-closed.
# Preview path (workflow_dispatch release_mode=preview): lean-check → bundle-release
Expand Down Expand Up @@ -195,7 +195,7 @@ jobs:
cp -a /tmp/pfcore-preview-bundle/. ../dist/pf-core-preview-bundle/
- name: Upload preview release bundle
if: env.PCS_RELEASE_MODE == 'preview'
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
with:
name: pcs-core-pf-core-preview-bundle
path: dist/pf-core-preview-bundle/
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-provenance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ jobs:
subject-path: dist/provenance/ReleaseProvenanceBinding.v0.json

- name: Upload provenance package
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
with:
name: pcs-core-release-provenance
path: dist/provenance
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -522,7 +522,7 @@ jobs:
subject-path: dist/provenance/ReleaseProvenanceBinding.v0.json

- name: Upload local release artifacts (dry-run assembly)
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
with:
name: pcs-core-release-bundle-${{ env.PCS_RELEASE_MODE }}
path: |
Expand Down
Loading