File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 5454 cd ..
5555 python -c "from mongo_orchestration import ReplicaSets"
5656
57- - uses : actions/upload-artifact@v4
57+ - uses : actions/upload-artifact@v5
5858 with :
5959 name : " dist"
6060 path : ./dist/*.*
@@ -67,13 +67,13 @@ jobs:
6767 contents : read
6868 steps :
6969 - name : Download all workflow run artifacts
70- uses : actions/download-artifact@v5
70+ uses : actions/download-artifact@v6
7171 - name : Flatten directory
7272 working-directory : .
7373 run : |
7474 find . -mindepth 2 -type f -exec mv {} . \;
7575 find . -type d -empty -delete
76- - uses : actions/upload-artifact@v4
76+ - uses : actions/upload-artifact@v5
7777 with :
7878 name : all-dist-${{ github.run_id }}
7979 path : " ./*"
Original file line number Diff line number Diff line change 7373 id-token : write
7474 steps :
7575 - name : Download all the dists
76- uses : actions/download-artifact@v5
76+ uses : actions/download-artifact@v6
7777 with :
7878 name : all-dist-${{ github.run_id }}
7979 path : dist/
You can’t perform that action at this time.
0 commit comments