From 6e1385b609dd116a4304ad14964beeb481119edb Mon Sep 17 00:00:00 2001 From: NlGanma Date: Mon, 22 Jun 2026 11:58:56 +0800 Subject: [PATCH] Update GitHub Actions runtime --- .github/workflows/pros-build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pros-build.yml b/.github/workflows/pros-build.yml index 62bcb6d..7f03e50 100644 --- a/.github/workflows/pros-build.yml +++ b/.github/workflows/pros-build.yml @@ -13,7 +13,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v7 - name: Build template id: build @@ -47,7 +47,7 @@ jobs: echo "name=$(cat .pros-template-name)" >> "$GITHUB_OUTPUT" - name: Upload Artifact - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: ${{ steps.build.outputs.name }} path: ${{ github.workspace }}/template/*