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 @@ -115,7 +115,7 @@ jobs:
115
115
with :
116
116
python-version : " 3.x"
117
117
# download everything
118
- - uses : actions/download-artifact@v4
118
+ - uses : actions/download-artifact@v5
119
119
with :
120
120
path : artifacts/
121
121
# collate and report
Original file line number Diff line number Diff line change 35
35
id-token : write
36
36
37
37
steps :
38
- - uses : actions/download-artifact@v4
38
+ - uses : actions/download-artifact@v5
39
39
with :
40
40
name : packages
41
41
path : dist
48
48
runs-on : ubuntu-latest
49
49
50
50
steps :
51
- - uses : actions/download-artifact@v4
51
+ - uses : actions/download-artifact@v5
52
52
with :
53
53
name : packages
54
54
path : dist
Original file line number Diff line number Diff line change 51
51
id-token : write
52
52
53
53
steps :
54
- - uses : actions/download-artifact@v4
54
+ - uses : actions/download-artifact@v5
55
55
with :
56
56
name : packages
57
57
path : dist
You can’t perform that action at this time.
0 commit comments