diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 8eb9cfd..9efa3fd 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -54,14 +54,14 @@ jobs: make make test REPORT_EXIT_STATUS=1 NO_INTERACTION=1 TESTS="--show-all" - name: Save artifact (NTS) - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 if: matrix.php-zts == 'nts' with: name: timecop_${{ env.PHP_API }}.so path: modules/timecop.so if-no-files-found: error - name: Save artifact (TS) - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 if: matrix.php-zts == 'ts' with: name: timecop_${{ env.PHP_API }}_zts.so @@ -87,7 +87,7 @@ jobs: cd output sha256sum *.so > SHA256SUM - name: Save artifact - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: timecop path: output/*