diff --git a/.github/workflows/ort.yml b/.github/workflows/ort.yml index a7e48ad1..72dbf8a6 100644 --- a/.github/workflows/ort.yml +++ b/.github/workflows/ort.yml @@ -307,7 +307,7 @@ jobs: - name: Upload the final package list continue-on-error: true - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: final-package-list-${{ steps.date.outputs.date }} path: | @@ -316,7 +316,7 @@ jobs: - name: Upload the skipped package list continue-on-error: true - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: skipped-package-list-${{ steps.date.outputs.date }} path: | @@ -325,7 +325,7 @@ jobs: - name: Upload the unknown/unapproved package list continue-on-error: true - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: unapproved-package-list-${{ steps.date.outputs.date }} path: | diff --git a/.github/workflows/php.yml b/.github/workflows/php.yml index 2cfaabff..9a699572 100644 --- a/.github/workflows/php.yml +++ b/.github/workflows/php.yml @@ -151,7 +151,7 @@ jobs: - name: Upload logs and reports if: always() continue-on-error: true - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: test-report-php-${{ matrix.php }}-${{ matrix.engine.type }}-${{ matrix.engine.version }}-${{ matrix.host.RUNNER }} path: | @@ -348,7 +348,7 @@ jobs: - name: Upload ASAN logs and reports if: always() continue-on-error: true - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: asan-test-report-php-${{ matrix.engine.type }}-${{ matrix.engine.version }} path: | @@ -798,7 +798,7 @@ jobs: - name: Upload Valgrind logs and reports if: always() continue-on-error: true - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: valgrind-test-report-php-${{ matrix.engine.type }}-${{ matrix.engine.version }} path: | @@ -1038,7 +1038,7 @@ jobs: - name: Upload test reports if: always() continue-on-error: true - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: test-reports-php-${{ matrix.php }}-${{ matrix.engine.type }}-${{ matrix.engine.version }}-${{ env.IMAGE }}-${{ matrix.host.ARCH }} path: | @@ -1139,7 +1139,7 @@ jobs: - name: Upload test reports if: always() continue-on-error: true - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: test-reports-modules path: | diff --git a/.github/workflows/publish-pecl.yml b/.github/workflows/publish-pecl.yml index e92602c7..16df9c7b 100644 --- a/.github/workflows/publish-pecl.yml +++ b/.github/workflows/publish-pecl.yml @@ -297,7 +297,7 @@ jobs: skip-package-creation: "true" - name: Upload package artifacts - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: valkey-glide-php-${{ steps.build-package.outputs.package-version }} path: |