WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Commit 49d55d9

Browse files
committed
CI: update dependencies
Signed-off-by: Tianling Shen <[email protected]>
1 parent e84e069 commit 49d55d9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-ipk.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333

3434
steps:
3535
- name: Checkout source tree
36-
uses: actions/checkout@v3
36+
uses: actions/checkout@v4
3737

3838
- name: Build ipk file
3939
env:
@@ -45,7 +45,7 @@ jobs:
4545
popd
4646
4747
- name: Publishing to GitHub Artifacts
48-
uses: actions/upload-artifact@v3
48+
uses: actions/upload-artifact@v4
4949
if: github.event_name != 'release'
5050
with:
5151
name: ${{ env.ASSET_NAME }}

0 commit comments

Comments
 (0)