Skip to content

Commit 5e53f9b

Browse files
committed
fix ci workflow warning
1 parent 36dfb1a commit 5e53f9b

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/port.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
matrix:
1717
sys: [ tg5040, knulli ]
1818
steps:
19-
- uses: actions/checkout@v4
19+
- uses: actions/checkout@v6
2020
- name: install toolchain
2121
run: |
2222
sudo apt-get update
@@ -28,7 +28,7 @@ jobs:
2828
- name: build depency
2929
run: make -f Makefile.${{ matrix.sys }} download curl libwebp mpv TMPDIR=${{ runner.temp }}
3030
- name: checkout wiliwili
31-
uses: actions/checkout@v4
31+
uses: actions/checkout@v6
3232
with:
3333
repository: dragonflylee/wiliwili
3434
submodules: true
@@ -44,7 +44,7 @@ jobs:
4444
cp -f trimui.ttf WiliWili/resources/font/switch_icons.ttf
4545
7z a -mx=9 WiliWili-${{ matrix.sys }}.7z ./WiliWili
4646
- name: checkout switchfin
47-
uses: actions/checkout@v4
47+
uses: actions/checkout@v6
4848
with:
4949
repository: dragonflylee/switchfin
5050
submodules: true
@@ -59,13 +59,13 @@ jobs:
5959
cp -f trimui.ttf Switchfin/resources/font/switch_icons.ttf
6060
7z a -mx=9 Switchfin-${{ matrix.sys }}.7z ./Switchfin
6161
- name: Upload packages
62-
uses: softprops/action-gh-release@v2
62+
uses: softprops/action-gh-release@v3
6363
with:
6464
tag_name: ${{ matrix.sys }}
6565
files: "*-${{ matrix.sys }}.7z"
6666
- name: Archive Build Logs
6767
if: ${{ failure() }}
68-
uses: actions/upload-artifact@v4
68+
uses: actions/upload-artifact@v6
6969
with:
7070
name: logs
7171
path: |

0 commit comments

Comments
 (0)