From 67e88512fe1cbb908ed554b76f1803b0a23d0fdd Mon Sep 17 00:00:00 2001 From: sbwml Date: Mon, 26 Feb 2024 21:29:57 +0800 Subject: [PATCH] ci: update actions Signed-off-by: sbwml --- .github/workflows/release-build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release-build.yml b/.github/workflows/release-build.yml index ae90b5f..966318a 100644 --- a/.github/workflows/release-build.yml +++ b/.github/workflows/release-build.yml @@ -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