Skip to content

Commit

Permalink
ci: udpate actions
Browse files Browse the repository at this point in the history
* fix nodejs16 warning
  • Loading branch information
sbwml committed Mar 27, 2024
1 parent 4187585 commit f3e4a9a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
- openwrt-22.03

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 0

Expand All @@ -58,7 +58,7 @@ jobs:
NO_REFRESH_CHECK: true

- name: Upload artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: ${{ matrix.arch }}-${{ matrix.sdk }}
path: bin/packages/${{ matrix.arch }}/packages_ci/*.ipk
Expand Down

0 comments on commit f3e4a9a

Please sign in to comment.