File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 6060 echo "VERSION=${TAG#v}" >> $GITHUB_ENV
6161
6262 - name : Upload sdist to be used for other jobs
63- uses : actions/upload-artifact@v3
63+ uses : actions/upload-artifact@v4
6464 with :
6565 path : dist/caso-${{ env.VERSION }}.tar.gz
6666 name : caso-${{ env.VERSION }}.tar.gz
@@ -108,7 +108,7 @@ jobs:
108108 echo "VERSION=${TAG#v}" >> $GITHUB_ENV
109109
110110 - name : Download sdist artifact
111- uses : actions/download-artifact@v3
111+ uses : actions/download-artifact@v4
112112 with :
113113 name : caso-${{ env.VERSION }}.tar.gz
114114 path : dist
@@ -156,7 +156,7 @@ jobs:
156156 echo "VERSION=${TAG#v}" >> $GITHUB_ENV
157157
158158 - name : Download sdist artifact
159- uses : actions/download-artifact@v3
159+ uses : actions/download-artifact@v4
160160 with :
161161 name : caso-${{ env.VERSION }}.tar.gz
162162 path : dist
You can’t perform that action at this time.
0 commit comments