diff --git a/.github/workflows/full-integration-tests.yml b/.github/workflows/full-integration-tests.yml index d47d894965..6bf4222c1f 100644 --- a/.github/workflows/full-integration-tests.yml +++ b/.github/workflows/full-integration-tests.yml @@ -99,7 +99,7 @@ jobs: - name: Archive WSM and TestRunner logs id: archive_logs if: always() - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: wsm-and-testrunner-logs path: | diff --git a/.github/workflows/pr-integration.yml b/.github/workflows/pr-integration.yml index 736db43525..317a0d0aa7 100644 --- a/.github/workflows/pr-integration.yml +++ b/.github/workflows/pr-integration.yml @@ -103,7 +103,7 @@ jobs: - name: Archive WSM and TestRunner logs id: archive_logs if: always() - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: wsm-and-testrunner-logs path: | diff --git a/.github/workflows/release-promotion-tests.yml b/.github/workflows/release-promotion-tests.yml index d598acf11e..65972d7db8 100644 --- a/.github/workflows/release-promotion-tests.yml +++ b/.github/workflows/release-promotion-tests.yml @@ -160,7 +160,7 @@ jobs: - name: Archive WSM and TestRunner logs id: archive_logs if: always() - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: wsm-and-testrunner-logs path: | diff --git a/.github/workflows/run-integration-suite.yml b/.github/workflows/run-integration-suite.yml index 5148b441df..ce0b0bfa38 100644 --- a/.github/workflows/run-integration-suite.yml +++ b/.github/workflows/run-integration-suite.yml @@ -73,7 +73,7 @@ jobs: - name: Archive WSM and TestRunner logs id: archive_logs if: always() - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: wsm-and-testrunner-logs path: |