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:
20
20
sudo apt-get install -y python3-pip python3-mako python3-markdown python3-htmlmin weasyprint make
21
21
sudo pip3 install tatsu
22
22
- name : Checkout repository
23
- uses : actions/checkout@v3
23
+ uses : actions/checkout@v4
24
24
- name : Build documentation
25
25
run : make docs
26
26
- name : Upload assets
27
- uses : actions/upload-pages-artifact@v1
27
+ uses : actions/upload-pages-artifact@v3
28
28
with :
29
29
path : ./docs/output/
30
30
Original file line number Diff line number Diff line change 12
12
- name : Install dependencies
13
13
run : apk add build-base git bash zip
14
14
- name : Checkout repository
15
- uses : actions/checkout@v3
15
+ uses : actions/checkout@v4
16
16
- name : Build PSP EBOOT.PBP tests
17
17
run : make psptests-clean && make -j $(getconf _NPROCESSORS_ONLN) psptests
18
18
- name : Package assets
22
22
run : echo "::set-output name=sha8::$(echo ${GITHUB_SHA} | cut -c1-8)"
23
23
- name : Upload artifacts
24
24
if : ${{ success() }}
25
- uses : actions/upload-artifact@v2
25
+ uses : actions/upload-artifact@v4
26
26
with :
27
27
name : psp-tests-eboot-${{ steps.slug.outputs.sha8 }}
28
28
path : tests-release.zip
Original file line number Diff line number Diff line change 10
10
- name : Install dependencies
11
11
run : sudo apt-get install -y clang-format
12
12
- name : Checkout repository
13
- uses : actions/checkout@v3
13
+ uses : actions/checkout@v4
14
14
- name : Build auto-generated tests
15
15
run : make tests
16
16
You can’t perform that action at this time.
0 commit comments