File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 40
40
- name : Attach produced build to Github Action
41
41
# only re-upload if we re-built
42
42
if : steps.build-cache.outputs.cache-hit != 'true'
43
- uses : actions/upload-artifact@v3
43
+ uses : actions/upload-artifact@v4
44
44
with :
45
45
name : ipfs-webui_${{ github.sha }}-${{ runner.os }}-build
46
46
path : build
Original file line number Diff line number Diff line change 84
84
run : |
85
85
ipfs dag export ${{ steps.ipfs.outputs.cid }} > ipfs-webui_${{ github.sha }}.car
86
86
- name : Attach produced build to Github Action
87
- uses : actions/upload-artifact@v3
87
+ uses : actions/upload-artifact@v4
88
88
with :
89
89
name : ipfs-webui_${{ github.sha }}.car
90
90
path : ipfs-webui_${{ github.sha }}.car
@@ -252,7 +252,7 @@ jobs:
252
252
run : npm ci --prefer-offline --no-audit --progress=false
253
253
254
254
- name : Download CAR artifact
255
- uses : actions/download-artifact@v3
255
+ uses : actions/download-artifact@v4
256
256
with :
257
257
name : ipfs-webui_${{ github.sha }}.car
258
258
Original file line number Diff line number Diff line change @@ -111,7 +111,7 @@ jobs:
111
111
112
112
- name : Store Artifacts from Failed Tests
113
113
if : failure()
114
- uses : actions/upload-artifact@v3
114
+ uses : actions/upload-artifact@v4
115
115
with :
116
116
name : test-results
117
117
path : test-results/
You can’t perform that action at this time.
0 commit comments