File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 14
14
node-version : ' 16'
15
15
16
16
- name : ⬆️ Upload output
17
- uses : actions/upload-artifact@v3
17
+ uses : actions/upload-artifact@v4
18
18
with :
19
19
name : ${{ github.sha }}
20
20
path : ./**
24
24
runs-on : ubuntu-latest
25
25
steps :
26
26
- name : ⬇️ Restore output
27
- uses : actions/download-artifact@v3
27
+ uses : actions/download-artifact@v4
28
28
with :
29
29
name : ${{ github.sha }}
30
30
36
36
runs-on : ubuntu-latest
37
37
steps :
38
38
- name : ⬇️ Restore output
39
- uses : actions/download-artifact@v3
39
+ uses : actions/download-artifact@v4
40
40
with :
41
41
name : ${{ github.sha }}
42
42
54
54
runs-on : ubuntu-latest
55
55
steps :
56
56
- name : ⬇️ Restore output
57
- uses : actions/download-artifact@v3
57
+ uses : actions/download-artifact@v4
58
58
with :
59
59
name : ${{ github.sha }}
60
60
You can’t perform that action at this time.
0 commit comments