diff --git a/.github/workflows/ort.yml b/.github/workflows/ort.yml index a7e48ad1..afdd456c 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@v6 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@v6 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@v6 with: name: unapproved-package-list-${{ steps.date.outputs.date }} path: | diff --git a/.github/workflows/php.yml b/.github/workflows/php.yml index 88b2eab5..634d1a2d 100644 --- a/.github/workflows/php.yml +++ b/.github/workflows/php.yml @@ -155,7 +155,7 @@ jobs: - name: Upload logs and reports if: always() continue-on-error: true - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v6 with: name: test-report-php-${{ matrix.php }}-${{ matrix.engine.type }}-${{ matrix.engine.version }}-${{ matrix.host.RUNNER }} path: | @@ -355,7 +355,7 @@ jobs: - name: Upload ASAN logs and reports if: always() continue-on-error: true - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v6 with: name: asan-test-report-php-${{ matrix.engine.type }}-${{ matrix.engine.version }} path: | @@ -805,7 +805,7 @@ jobs: - name: Upload Valgrind logs and reports if: always() continue-on-error: true - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v6 with: name: valgrind-test-report-php-${{ matrix.engine.type }}-${{ matrix.engine.version }} path: | @@ -1048,7 +1048,7 @@ jobs: - name: Upload test reports if: always() continue-on-error: true - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v6 with: name: test-reports-php-${{ matrix.php }}-${{ matrix.engine.type }}-${{ matrix.engine.version }}-${{ env.IMAGE }}-${{ matrix.host.ARCH }} path: | @@ -1112,7 +1112,7 @@ jobs: - name: Upload test reports if: always() continue-on-error: true - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v6 with: name: test-reports-modules path: | diff --git a/.github/workflows/publish-pecl.yml b/.github/workflows/publish-pecl.yml index e92602c7..910b911d 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@v6 with: name: valkey-glide-php-${{ steps.build-package.outputs.package-version }} path: |