Skip to content

Commit 037a743

Browse files
Update GitHub Artifact Actions
1 parent 8fd6b5d commit 037a743

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- uses: actions/attest-build-provenance@v3
3030
with:
3131
subject-path: 'bin/gawk_*'
32-
- uses: actions/upload-artifact@v4
32+
- uses: actions/upload-artifact@v6
3333
id: upload
3434
with:
3535
name: release_bundle

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
runs-on: ubuntu-latest
1818
needs: build_all
1919
steps:
20-
- uses: actions/download-artifact@v5
20+
- uses: actions/download-artifact@v7
2121
with:
2222
merge-multiple: true
2323
- run: shasum -a 256 gawk_* > SHA256.txt

0 commit comments

Comments
 (0)