Skip to content

Commit 4d006bb

Browse files
ci: bump actions/upload-artifact SHA to current v4 (#23)
Fixes estate-wide Hypatia Security Scan + Static Analysis Gate red. The pinned SHA `65c79d7...` for `actions/upload-artifact@v4` no longer resolves; current v4 = `ea165f8d`. Tracked in `hyperpolymath/hypatia#213`.
1 parent 000739e commit 4d006bb

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ jobs:
9999
continue-on-error: true
100100

101101
- name: Upload build artifacts
102-
uses: actions/upload-artifact@65c79d7f54e76e4e3c7a8f34db0f4ac8b515c478 # v4.6.0
102+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.0
103103
with:
104104
name: build-artifacts
105105
path: |
@@ -243,4 +243,4 @@ jobs:
243243
echo "Security: ${{ needs.security.result }}"
244244
echo "Docker: ${{ needs.docker.result }}"
245245
echo "Accessibility: ${{ needs.a11y.result }}"
246-
echo "Deno Tests: ${{ needs.deno-test.result }}"
246+
echo "Deno Tests: ${{ needs.deno-test.result }}"

0 commit comments

Comments
 (0)