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 @@ -20,11 +20,11 @@ jobs:
2020 sudo apt-get install -y python3-pip python3-mako python3-markdown python3-htmlmin weasyprint make
2121 sudo pip3 install tatsu
2222 - name : Checkout repository
23- uses : actions/checkout@v3
23+ uses : actions/checkout@v4
2424 - name : Build documentation
2525 run : make docs
2626 - name : Upload assets
27- uses : actions/upload-pages-artifact@v1
27+ uses : actions/upload-pages-artifact@v3
2828 with :
2929 path : ./docs/output/
3030
Original file line number Diff line number Diff line change 1212 - name : Install dependencies
1313 run : apk add build-base git bash zip
1414 - name : Checkout repository
15- uses : actions/checkout@v3
15+ uses : actions/checkout@v4
1616 - name : Build PSP EBOOT.PBP tests
1717 run : make psptests-clean && make -j $(getconf _NPROCESSORS_ONLN) psptests
1818 - name : Package assets
2222 run : echo "::set-output name=sha8::$(echo ${GITHUB_SHA} | cut -c1-8)"
2323 - name : Upload artifacts
2424 if : ${{ success() }}
25- uses : actions/upload-artifact@v2
25+ uses : actions/upload-artifact@v4
2626 with :
2727 name : psp-tests-eboot-${{ steps.slug.outputs.sha8 }}
2828 path : tests-release.zip
Original file line number Diff line number Diff line change 1010 - name : Install dependencies
1111 run : sudo apt-get install -y clang-format
1212 - name : Checkout repository
13- uses : actions/checkout@v3
13+ uses : actions/checkout@v4
1414 - name : Build auto-generated tests
1515 run : make tests
1616
You can’t perform that action at this time.
0 commit comments