ci: update actions
Signed-off-by: sbwml <admin@cooluc.com>
This commit is contained in:
parent
664253d1e2
commit
67e88512fe
6
.github/workflows/release-build.yml
vendored
6
.github/workflows/release-build.yml
vendored
@ -42,7 +42,7 @@ jobs:
|
||||
- x86_64
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/checkout@main
|
||||
with:
|
||||
fetch-depth: 0
|
||||
|
||||
@ -51,7 +51,7 @@ jobs:
|
||||
git clone https://github.com/sbwml/v2ray-geodata
|
||||
|
||||
- name: Building packages
|
||||
uses: sbwml/openwrt-gh-action-sdk@go1.21
|
||||
uses: sbwml/openwrt-gh-action-sdk@go1.22
|
||||
env:
|
||||
ARCH: ${{ matrix.arch }}-openwrt-22.03
|
||||
FEEDNAME: packages_ci
|
||||
@ -59,7 +59,7 @@ jobs:
|
||||
NO_REFRESH_CHECK: true
|
||||
|
||||
- name: Upload artifacts
|
||||
uses: actions/upload-artifact@v3
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: ${{ matrix.arch }}
|
||||
path: bin/packages/${{ matrix.arch }}/packages_ci/*.ipk
|
||||
|
Loading…
Reference in New Issue
Block a user