Skip to content
Closed
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/crac-train.yml
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@ jobs:
run: |
docker rm -f crac-postgres crac-valkey crac-rabbitmq >/dev/null 2>&1 || true

- uses: actions/upload-artifact@v7
- uses: actions/upload-artifact@v7.0.1
with:
name: ${{ matrix.service }}-checkpoint
path: checkpoint/
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-artifact.yml
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ jobs:
| python3 -m json.tool --indent 2 > gate-summary.json

# Always upload gate-summary-deploy-artifact, even when render failed (SC-4)
- uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
- uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
if: always()
with:
name: gate-summary-deploy-artifact
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-bundle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ name: 'Deploy Bundle'
printf 'bundle-ref=ghcr.io/%s/%s-deploy-bundle:%s\n' "$owner" "$name" "$BUNDLE_VERSION" >> "$GITHUB_OUTPUT"

- 'name': 'Upload deploy bundle artifact'
'uses': 'actions/upload-artifact@v5'
'uses': 'actions/upload-artifact@v7.0.1'
'with':
'name': 'deploy-bundle'
'path': '${{ steps.bundle.outputs.bundle-path }}'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/deploy-validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,13 +74,13 @@ jobs:
comment: ${{ inputs.comment }}

# Always upload both artifacts so downstream consumers can rely on them (SC-4)
- uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
- uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
if: always()
with:
name: gate-summary-deploy-validate
path: gate-summary.json

- uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
- uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
if: always()
with:
name: deploy-preview-summary
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/leak-scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
exclude-paths: ${{ inputs.exclude-paths }}

# Always upload gate-summary-leak-scan (SC-4 fail-safe)
- uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
- uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
if: always()
with:
name: gate-summary-leak-scan
Expand Down