Skip to content

Commit 8354083

Browse files
committed
Update actions/checkout and actions/upload-artifact to v4
1 parent d95811e commit 8354083

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/compilation.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
build:
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: actions/checkout@v3
13+
- uses: actions/checkout@v4
1414
with:
1515
submodules: true
1616

@@ -26,7 +26,7 @@ jobs:
2626
make install DESTDIR=../vita-toolchain
2727
- name: Upload artifacts
2828
if: ${{ success() }}
29-
uses: actions/upload-artifact@v3
29+
uses: actions/upload-artifact@v4
3030
with:
3131
name: vita-toolchain-${{ steps.core.outputs.sha8 }}
3232
path: ./vita-toolchain/usr/local/

0 commit comments

Comments
 (0)