File tree 1 file changed +3
-3
lines changed 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 60
60
echo "VERSION=${TAG#v}" >> $GITHUB_ENV
61
61
62
62
- name : Upload sdist to be used for other jobs
63
- uses : actions/upload-artifact@v3
63
+ uses : actions/upload-artifact@v4
64
64
with :
65
65
path : dist/caso-${{ env.VERSION }}.tar.gz
66
66
name : caso-${{ env.VERSION }}.tar.gz
@@ -108,7 +108,7 @@ jobs:
108
108
echo "VERSION=${TAG#v}" >> $GITHUB_ENV
109
109
110
110
- name : Download sdist artifact
111
- uses : actions/download-artifact@v3
111
+ uses : actions/download-artifact@v4
112
112
with :
113
113
name : caso-${{ env.VERSION }}.tar.gz
114
114
path : dist
@@ -156,7 +156,7 @@ jobs:
156
156
echo "VERSION=${TAG#v}" >> $GITHUB_ENV
157
157
158
158
- name : Download sdist artifact
159
- uses : actions/download-artifact@v3
159
+ uses : actions/download-artifact@v4
160
160
with :
161
161
name : caso-${{ env.VERSION }}.tar.gz
162
162
path : dist
You can’t perform that action at this time.
0 commit comments