Skip to content

Commit 3bf4b13

Browse files
committed
Update github actions module version
1 parent dc0649a commit 3bf4b13

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/build-docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

.github/workflows/build-psp-assets.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
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
@@ -22,7 +22,7 @@ jobs:
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

.github/workflows/generate-tests-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
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

0 commit comments

Comments
 (0)