From 44616010d01f746fe7e444974643c3e9fba6330b Mon Sep 17 00:00:00 2001 From: 281677160 <66651997+281677160@users.noreply.github.com> Date: Mon, 12 Feb 2024 12:18:36 +0800 Subject: [PATCH] Update compile.yml --- .github/workflows/compile.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/compile.yml b/.github/workflows/compile.yml index 5ba72102a..23e22554d 100755 --- a/.github/workflows/compile.yml +++ b/.github/workflows/compile.yml @@ -169,7 +169,7 @@ jobs: - name: 上传固件在 github Artifacts if: steps.compile.outcome == 'success' && env.UPLOAD_FIRMWARE == 'true' - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@main with: name: ${{ env.SOURCE }}-${{ env.LUCI_EDITION }}-${{ env.TARGET_PROFILE }}-firmware-${{ env.Firmware_Date }} path: ${{ env.FIRMWARE_PATH }}