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 50
50
id-token : write
51
51
steps :
52
52
- name : Download release assets
53
- uses : actions/download-artifact@v4.2.1
53
+ uses : actions/download-artifact@v4.3.0
54
54
with :
55
55
name : release-assets
56
56
path : dist/
67
67
id-token : write
68
68
steps :
69
69
- name : Download release assets
70
- uses : actions/download-artifact@v4.2.1
70
+ uses : actions/download-artifact@v4.3.0
71
71
with :
72
72
name : release-assets
73
73
path : dist/
Original file line number Diff line number Diff line change @@ -117,7 +117,7 @@ jobs:
117
117
${{ runner.os }}-${{ steps.python.outputs.python-version }}-${{
118
118
needs.tests-linux.outputs.python-key }}
119
119
- name : Download all coverage artifacts
120
- uses : actions/download-artifact@v4.2.1
120
+ uses : actions/download-artifact@v4.3.0
121
121
- name : Combine coverage results
122
122
run : |
123
123
. venv/bin/activate
You can’t perform that action at this time.
0 commit comments