File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 20
20
suffix : ${{ steps.release.outputs.suffix }}
21
21
tag_name : ${{ steps.release.outputs.tag_name }}
22
22
steps :
23
- - uses : actions/checkout@v2
23
+ - uses : actions/checkout@v4
24
24
25
25
- name : Extract tag and Details
26
26
id : release
@@ -70,10 +70,10 @@ jobs:
70
70
needs : [details, check_pypi]
71
71
runs-on : ubuntu-latest
72
72
steps :
73
- - uses : actions/checkout@v2
73
+ - uses : actions/checkout@v4
74
74
75
75
- name : Set up Python
76
- uses : actions/setup-python@v4
76
+ uses : actions/setup-python@v5
77
77
with :
78
78
python-version : " 3.12"
79
79
@@ -109,7 +109,7 @@ jobs:
109
109
id-token : write
110
110
steps :
111
111
- name : Download artifacts
112
- uses : actions/download-artifact@v3
112
+ uses : actions/download-artifact@v4
113
113
with :
114
114
name : dist
115
115
path : dist/
@@ -125,12 +125,12 @@ jobs:
125
125
contents : write
126
126
steps :
127
127
- name : Checkout Code
128
- uses : actions/checkout@v3
128
+ uses : actions/checkout@v4
129
129
with :
130
130
fetch-depth : 0
131
131
132
132
- name : Download artifacts
133
- uses : actions/download-artifact@v3
133
+ uses : actions/download-artifact@v4
134
134
with :
135
135
name : dist
136
136
path : dist/
You can’t perform that action at this time.
0 commit comments