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 1111 - uses : actions/checkout@v5
1212 with :
1313 persist-credentials : false
14- - uses : actions/setup-python@v5
14+ - uses : actions/setup-python@v6
1515 - uses : pre-commit/action@2c7b3805fd2a0fd8c1884dcaebf91fc102a13ecd # v3.0.1
1616 build :
1717 runs-on : ubuntu-latest
2222 - uses : actions/checkout@v5
2323 with :
2424 persist-credentials : false
25- - uses : actions/setup-python@v5
25+ - uses : actions/setup-python@v6
2626 with :
2727 python-version : " 3.10"
2828 - name : Install dependencies
@@ -61,15 +61,15 @@ jobs:
6161 - name : Run checks
6262 run : |
6363 make check
64- - uses : actions/upload-artifact@v4
64+ - uses : actions/upload-artifact@v5
6565 if : ${{ always() }}
6666 with :
6767 name : build
6868 path : |
6969 cheatsheets.pdf
7070 handout-*.pdf
7171 ./docs/_build/html/
72- - uses : actions/upload-artifact@v4
72+ - uses : actions/upload-artifact@v5
7373 id : diffs-artifact-upload
7474 if : ${{ always() }}
7575 with :
You can’t perform that action at this time.
0 commit comments