Commit acf0680 1 parent b53bbac commit acf0680 Copy full SHA for acf0680
File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 90
90
allow-prereleases : true
91
91
92
92
- name : Get Packages
93
- uses : actions/download-artifact@v4.1.8
93
+ uses : actions/download-artifact@v4.1.9
94
94
with :
95
95
name : ${{ needs.package.outputs.artifact-name }}
96
96
path : dist
@@ -149,7 +149,7 @@ jobs:
149
149
extra : dev
150
150
151
151
- name : Retrieve Coverage Data
152
- uses : actions/download-artifact@v4.1.8
152
+ uses : actions/download-artifact@v4.1.9
153
153
with :
154
154
pattern : coverage-data-*
155
155
merge-multiple : true
Original file line number Diff line number Diff line change 39
39
python-version : " 3.x"
40
40
41
41
- name : Get packages
42
- uses : actions/download-artifact@v4.1.8
42
+ uses : actions/download-artifact@v4.1.9
43
43
with :
44
44
name : ${{ needs.ci.outputs.artifact-name }}
45
45
path : dist
You can’t perform that action at this time.
0 commit comments