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 72
72
id-token : write
73
73
steps :
74
74
- name : Download distributions
75
- uses : actions/download-artifact@v3
75
+ uses : actions/download-artifact@v4.1.7
76
76
with :
77
77
name : package-distributions
78
78
path : dist/
@@ -87,17 +87,17 @@ jobs:
87
87
steps :
88
88
- uses : actions/checkout@v4
89
89
- name : Download distributions
90
- uses : actions/download-artifact@v3
90
+ uses : actions/download-artifact@v4.1.7
91
91
with :
92
92
name : package-distributions
93
93
path : dist/
94
94
- name : Download man page
95
- uses : actions/download-artifact@v3
95
+ uses : actions/download-artifact@v4.1.7
96
96
with :
97
97
name : man-page
98
98
path : man
99
99
- name : Download release notes
100
- uses : actions/download-artifact@v3
100
+ uses : actions/download-artifact@v4.1.7
101
101
with :
102
102
name : release-notes
103
103
path : notes
You can’t perform that action at this time.
0 commit comments