This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Commit 7d72778 authored Jan 24, 2025 · 7 / 8 · Verified
File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 40
40
- name : Test
41
41
run : make test
42
42
- name : Upload artifacts
43
- uses : actions/upload-artifact@v3
43
+ uses : actions/upload-artifact@v4
44
44
with :
45
45
name : ${{ format('tpl-{0}-{1}', runner.os, runner.arch) }}
46
46
path : |
89
89
mv ATTRIBUTION ATTRIBUTION.txt
90
90
mv LICENSE LICENSE.txt
91
91
- name : Upload artifacts
92
- uses : actions/upload-artifact@v3
92
+ uses : actions/upload-artifact@v4
93
93
with :
94
94
name : ${{ format('tpl-{0}-{1}', runner.os, runner.arch) }}
95
95
path : |
145
145
chmod +x tpl
146
146
make test
147
147
- name : Upload artifacts
148
- uses : actions/upload-artifact@v3
148
+ uses : actions/upload-artifact@v4
149
149
with :
150
150
name : tpl-wasm-wasi
151
151
path : |
161
161
runs-on : ubuntu-latest
162
162
steps :
163
163
- name : Download artifacts
164
- uses : actions/download-artifact@v3
164
+ uses : actions/download-artifact@v4
165
165
with :
166
166
path : artifacts
167
167
- name : List files
You can’t perform that action at this time.
0 commit comments