diff --git a/.github/workflows/main-php-matrix-windows.yml b/.github/workflows/main-php-matrix-windows.yml index cfed933..9db7558 100644 --- a/.github/workflows/main-php-matrix-windows.yml +++ b/.github/workflows/main-php-matrix-windows.yml @@ -242,7 +242,7 @@ jobs: - name: Upload test results if: always() - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: test-results-${{ inputs.php }}-opcache-${{ matrix.opcache }}-${{ inputs.runs-on }} path: | diff --git a/.github/workflows/main-php-matrix.yml b/.github/workflows/main-php-matrix.yml index 2caa25e..6feeb74 100644 --- a/.github/workflows/main-php-matrix.yml +++ b/.github/workflows/main-php-matrix.yml @@ -152,7 +152,7 @@ jobs: - name: Upload test results if: always() - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: test-results-${{ inputs.php }}-valgrind-${{ matrix.valgrind-tool }}-opcache-${{ matrix.opcache }} path: | diff --git a/.github/workflows/php-snapshot.yml b/.github/workflows/php-snapshot.yml index e56de09..6da88b3 100644 --- a/.github/workflows/php-snapshot.yml +++ b/.github/workflows/php-snapshot.yml @@ -129,7 +129,7 @@ jobs: - name: Upload test results if: always() - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: test-results-master-valgrind-${{ matrix.valgrind-tool }}-opcache-${{ matrix.opcache }} path: |