diff --git a/.github/workflows/ci-cmake.yml b/.github/workflows/ci-cmake.yml index 6b64a1ddd..8784c17fb 100644 --- a/.github/workflows/ci-cmake.yml +++ b/.github/workflows/ci-cmake.yml @@ -179,7 +179,7 @@ jobs: ./run-tests.sh - name: Upload artifact - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: ${{ matrix.artifact-name }} path: ${{ matrix.artifact-path }} diff --git a/.github/workflows/ci-scons.yml b/.github/workflows/ci-scons.yml index b2e6e17fd..55bc58eac 100644 --- a/.github/workflows/ci-scons.yml +++ b/.github/workflows/ci-scons.yml @@ -212,7 +212,7 @@ jobs: cd .. - name: Upload artifact - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: ${{ matrix.artifact-name }} path: ${{ matrix.artifact-path }}