diff --git a/.github/workflows/age-ci.yml b/.github/workflows/age-ci.yml index 4765a3d..dc1abc2 100644 --- a/.github/workflows/age-ci.yml +++ b/.github/workflows/age-ci.yml @@ -35,7 +35,7 @@ jobs: run: build/age_ci.sh build-qt Release - name: upload Qt artifact - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: ${{ env.ARTIFACT_NAME }} path: ${{ env.ARTIFACT_PATH }} @@ -52,7 +52,7 @@ jobs: run: build/age_ci.sh build-gtest Debug - name: upload Google Test artifact - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: ${{ env.ARTIFACT_NAME }} path: ${{ env.ARTIFACT_PATH }} @@ -69,7 +69,7 @@ jobs: run: build/age_ci.sh build-test-runner Release - name: upload test runner artifact - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: ${{ env.ARTIFACT_NAME }} path: ${{ env.ARTIFACT_PATH }} @@ -88,7 +88,7 @@ jobs: run: build/age_ci.sh build-wasm Release - name: upload WebAssembly artifact - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: ${{ env.ARTIFACT_NAME }} path: ${{ env.ARTIFACT_PATH }}