File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -35,13 +35,13 @@ jobs:
3535 contents : write
3636 steps :
3737 - name : Download sdist artifact
38- uses : actions/download-artifact@v6
38+ uses : actions/download-artifact@v7
3939 with :
4040 name : sdist
4141 path : ./dist
4242
4343 - name : Download wheels artifact
44- uses : actions/download-artifact@v6
44+ uses : actions/download-artifact@v7
4545 with :
4646 name : wheels
4747 path : ./dist
@@ -64,13 +64,13 @@ jobs:
6464 id-token : write
6565 steps :
6666 - name : Download sdist artifact
67- uses : actions/download-artifact@v6
67+ uses : actions/download-artifact@v7
6868 with :
6969 name : sdist
7070 path : ./dist
7171
7272 - name : Download wheels artifact
73- uses : actions/download-artifact@v6
73+ uses : actions/download-artifact@v7
7474 with :
7575 name : wheels
7676 path : ./dist
You can’t perform that action at this time.
0 commit comments