Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 7d72778

Browse files
authoredJan 24, 2025··
Merge pull request #663 from guregu/update-ghactions-artifact
Update GHA artifact action
2 parents a4ed6e3 + b2588ab commit 7d72778

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed
 

‎.github/workflows/build.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
- name: Test
4141
run: make test
4242
- name: Upload artifacts
43-
uses: actions/upload-artifact@v3
43+
uses: actions/upload-artifact@v4
4444
with:
4545
name: ${{ format('tpl-{0}-{1}', runner.os, runner.arch) }}
4646
path: |
@@ -89,7 +89,7 @@
8989
mv ATTRIBUTION ATTRIBUTION.txt
9090
mv LICENSE LICENSE.txt
9191
- name: Upload artifacts
92-
uses: actions/upload-artifact@v3
92+
uses: actions/upload-artifact@v4
9393
with:
9494
name: ${{ format('tpl-{0}-{1}', runner.os, runner.arch) }}
9595
path: |
@@ -145,7 +145,7 @@
145145
chmod +x tpl
146146
make test
147147
- name: Upload artifacts
148-
uses: actions/upload-artifact@v3
148+
uses: actions/upload-artifact@v4
149149
with:
150150
name: tpl-wasm-wasi
151151
path: |
@@ -161,7 +161,7 @@
161161
runs-on: ubuntu-latest
162162
steps:
163163
- name: Download artifacts
164-
uses: actions/download-artifact@v3
164+
uses: actions/download-artifact@v4
165165
with:
166166
path: artifacts
167167
- name: List files

0 commit comments

Comments
 (0)
Please sign in to comment.