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 5151 cd ..
5252 python -c "from pymongoexplain import ExplainableCollection"
5353
54- - uses : actions/upload-artifact@v4
54+ - uses : actions/upload-artifact@v5
5555 with :
5656 name : " dist"
5757 path : ./dist/*.*
@@ -62,13 +62,13 @@ jobs:
6262 name : Download Dist
6363 steps :
6464 - name : Download all workflow run artifacts
65- uses : actions/download-artifact@v5
65+ uses : actions/download-artifact@v6
6666 - name : Flatten directory
6767 working-directory : .
6868 run : |
6969 find . -mindepth 2 -type f -exec mv {} . \;
7070 find . -type d -empty -delete
71- - uses : actions/upload-artifact@v4
71+ - uses : actions/upload-artifact@v5
7272 with :
7373 name : all-dist-${{ github.run_id }}
7474 path : " ./*"
Original file line number Diff line number Diff line change 7070 id-token : write
7171 steps :
7272 - name : Download all the dists
73- uses : actions/download-artifact@v5
73+ uses : actions/download-artifact@v6
7474 with :
7575 name : all-dist-${{ github.run_id }}
7676 path : dist/
You can’t perform that action at this time.
0 commit comments