File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4444 twine check dist/*
4545
4646 - name : Upload dist files
47- uses : actions/upload-artifact@v4
47+ uses : actions/upload-artifact@v7
4848 with :
4949 name : dist-files
5050 path : dist/
6161 python-version : " 3.14"
6262
6363 - name : Download dist files
64- uses : actions/download-artifact@v4
64+ uses : actions/download-artifact@v8
6565 with :
6666 name : dist-files
6767 path : dist/
9494 id-token : write # IMPORTANT: mandatory for trusted publishing
9595 steps :
9696 - name : Download dist files
97- uses : actions/download-artifact@v4
97+ uses : actions/download-artifact@v8
9898 with :
9999 name : dist-files
100100 path : dist/
@@ -119,7 +119,7 @@ jobs:
119119 id-token : write # IMPORTANT: mandatory for trusted publishing
120120 steps :
121121 - name : Download dist files
122- uses : actions/download-artifact@v4
122+ uses : actions/download-artifact@v8
123123 with :
124124 name : dist-files
125125 path : dist/
You can’t perform that action at this time.
0 commit comments