diff --git a/.github/workflows/CI-native.yml b/.github/workflows/CI-native.yml index e96d0f9621..d18f31aec7 100644 --- a/.github/workflows/CI-native.yml +++ b/.github/workflows/CI-native.yml @@ -74,7 +74,7 @@ jobs: run: | .\Build\Agent\Summarize-NativeTestResults.ps1 -Configuration Debug - - uses: actions/upload-artifact@v6 + - uses: actions/upload-artifact@v7 if: ${{ !cancelled() && failure() }} with: name: native-build-logs diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 2bb521cf7d..48a11ba73f 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -39,14 +39,14 @@ jobs: - name: Upload TRX test results if: ${{ !cancelled() }} - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: trx-results path: | **/*.trx if-no-files-found: warn - - uses: actions/upload-artifact@v6 + - uses: actions/upload-artifact@v7 if: ${{ !cancelled() && failure() }} with: name: build-logs diff --git a/.github/workflows/base-installer-cd.yml b/.github/workflows/base-installer-cd.yml index f25b265a88..41c9b26b1d 100644 --- a/.github/workflows/base-installer-cd.yml +++ b/.github/workflows/base-installer-cd.yml @@ -292,7 +292,7 @@ jobs: ${{ steps.compress_artifacts.outputs.proc_runner_zip }} - name: Upload Build Logs - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 if: always() with: if-no-files-found: warn diff --git a/.github/workflows/patch-installer-cd.yml b/.github/workflows/patch-installer-cd.yml index cb925729a8..d86fe33896 100644 --- a/.github/workflows/patch-installer-cd.yml +++ b/.github/workflows/patch-installer-cd.yml @@ -275,7 +275,7 @@ jobs: Write-Host "Uploaded to s3://flex-updates/$s3Key" - name: Upload Build Logs - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 if: always() with: if-no-files-found: warn