Skip to content
Merged
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/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
# Zig carries its own clang, lld, and headers, so the same release
# compiles the same bytes on every host. The compare job below holds
# that claim to account rather than asserting it in a comment.
- uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5
- uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
with:
name: wasm-${{ matrix.os }}
path: dist/wasm/*.wasm
Expand Down Expand Up @@ -106,7 +106,7 @@ jobs:
# Handed to the test jobs rather than rebuilt there. A consumer installs
# this package, never compiles it, so the artifact every platform should
# be tested against is one build's output.
- uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5
- uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
if: runner.os == 'Linux'
with:
name: dist
Expand Down
Loading