File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1515 uses : actions/checkout@v6
1616
1717 - name : Set up Python
18- uses : actions/setup-python@v5
18+ uses : actions/setup-python@v6
1919 with :
2020 python-version : " 3.12"
2121
5252 uses : actions/checkout@v6
5353
5454 - name : Set up Python
55- uses : actions/setup-python@v5
55+ uses : actions/setup-python@v6
5656 with :
5757 python-version : ${{ matrix.python-version }}
5858
6363
6464 - name : Run tests
6565 run : python -m pytest
66-
Original file line number Diff line number Diff line change 2323 uses : actions/checkout@v6
2424
2525 - name : Set up Python
26- uses : actions/setup-python@v5
26+ uses : actions/setup-python@v6
2727 with :
2828 python-version : " 3.12"
2929
3939 run : python -m mkdocs build --strict
4040
4141 - name : Upload Pages artifact
42- uses : actions/upload-pages-artifact@v3
42+ uses : actions/upload-pages-artifact@v4
4343 with :
4444 path : site/
4545
5353 - name : Deploy to GitHub Pages
5454 id : deployment
5555 uses : actions/deploy-pages@v4
56-
Original file line number Diff line number Diff line change 1616 uses : actions/checkout@v6
1717
1818 - name : Set up Python
19- uses : actions/setup-python@v5
19+ uses : actions/setup-python@v6
2020 with :
2121 python-version : " 3.12"
2222
2929 run : python -m build
3030
3131 - name : Upload distributions
32- uses : actions/upload-artifact@v4
32+ uses : actions/upload-artifact@v7
3333 with :
3434 name : python-package-distributions
3535 path : dist/
4545 url : https://pypi.org/p/agentproof-ai
4646 steps :
4747 - name : Download distributions
48- uses : actions/download-artifact@v4
48+ uses : actions/download-artifact@v8
4949 with :
5050 name : python-package-distributions
5151 path : dist/
6464 uses : actions/checkout@v6
6565
6666 - name : Download distributions
67- uses : actions/download-artifact@v4
67+ uses : actions/download-artifact@v8
6868 with :
6969 name : python-package-distributions
7070 path : dist/
You can’t perform that action at this time.
0 commit comments