Skip to content

Commit 157c0c7

Browse files
committed
- CI v4 update
1 parent b58842e commit 157c0c7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ jobs:
77
runs-on: ubuntu-latest
88
timeout-minutes: 20
99
steps:
10-
- uses: actions/checkout@v3
10+
- uses: actions/checkout@v4
1111

1212
- name: Cache
1313
id: cache-1
14-
uses: actions/cache@v3
14+
uses: actions/cache@v4
1515
with:
1616
path: cache
1717
key: ${{ runner.os }}-cache-1
@@ -54,7 +54,7 @@ jobs:
5454
echo "sha=$(git rev-parse --short=7 HEAD)" >> $GITHUB_ENV
5555
5656
- name: Upload binaries
57-
uses: actions/upload-artifact@v3
57+
uses: actions/upload-artifact@v4
5858
with:
5959
name: wiiflow_lite_${{ env.sha }}
6060
path: |

0 commit comments

Comments
 (0)