File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
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@v5
54+ - uses : actions/upload-artifact@v6
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@v6
65+ uses : actions/download-artifact@v7
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@v5
71+ - uses : actions/upload-artifact@v6
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@v6
73+ uses : actions/download-artifact@v7
7474 with :
7575 name : all-dist-${{ github.run_id }}
7676 path : dist/
Original file line number Diff line number Diff line change 2222 mongodb-version : " 4.4"
2323 mongodb-replica-set : test-rs
2424 # add caching to reduce bandwidth and save time
25- - uses : actions/cache@v4
25+ - uses : actions/cache@v5
2626 with :
2727 path : ~/.cache/pip
2828 key : ${{ runner.os }}-${{ matrix.python-version}}-pip-${{ hashFiles('**/setup.py') }}
You can’t perform that action at this time.
0 commit comments