From 70761b632172c23f0bd3db1c9b194885ff3caf4c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 31 Oct 2025 23:28:45 +0000 Subject: [PATCH] Bump actions/upload-artifact from 4 to 5 Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 5. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v4...v5) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/api-compatibility.yml | 2 +- .github/workflows/cd.yml | 6 +++--- .github/workflows/ort.yml | 8 ++++---- .github/workflows/tests.yml | 6 +++--- 4 files changed, 11 insertions(+), 11 deletions(-) diff --git a/.github/workflows/api-compatibility.yml b/.github/workflows/api-compatibility.yml index ba1a19f9..5f6415bd 100644 --- a/.github/workflows/api-compatibility.yml +++ b/.github/workflows/api-compatibility.yml @@ -85,7 +85,7 @@ jobs: - name: Upload API Diff Report (net8.0) if: always() - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: api-diff-net8.0 path: api-diff/api-changes-net8.0.html diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 6fde6a70..a7254caa 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -113,7 +113,7 @@ jobs: - name: Upload artifacts to publish continue-on-error: true - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: ${{ matrix.host.TARGET }} if-no-files-found: error @@ -164,7 +164,7 @@ jobs: SkipCargo: true - name: Upload artifacts to publish - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: package if-no-files-found: error @@ -279,7 +279,7 @@ jobs: - name: Upload test reports if: always() continue-on-error: true - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: test-reports-${{ matrix.host.TARGET }} path: | diff --git a/.github/workflows/ort.yml b/.github/workflows/ort.yml index 72833081..76bbe787 100644 --- a/.github/workflows/ort.yml +++ b/.github/workflows/ort.yml @@ -137,7 +137,7 @@ jobs: - name: Upload ORT results if: always() continue-on-error: true - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: ort_results path: | @@ -162,7 +162,7 @@ jobs: - name: Upload the final package list continue-on-error: true - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: final-package-list-${{ steps.date.outputs.date }} path: | @@ -171,7 +171,7 @@ jobs: - name: Upload the skipped package list continue-on-error: true - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: skipped-package-list-${{ steps.date.outputs.date }} path: | @@ -180,7 +180,7 @@ jobs: - name: Upload the unknown/unapproved package list continue-on-error: true - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: unapproved-package-list-${{ steps.date.outputs.date }} path: | diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index ea391995..7e345d4b 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -66,7 +66,7 @@ jobs: core.info(`inputs.json => ${JSON.stringify(out)}`); - name: Upload inputs.json - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: inputs.json path: .run-meta/inputs.json @@ -170,7 +170,7 @@ jobs: - name: Upload test reports if: always() continue-on-error: true - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: test-reports-dotnet-${{ matrix.dotnet }}-${{ matrix.server.type }}-${{ matrix.server.version }}-${{ matrix.host.OS }}-${{ matrix.host.ARCH }} path: | @@ -277,7 +277,7 @@ jobs: - name: Upload test reports if: always() continue-on-error: true - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: test-reports-dotnet-${{ matrix.dotnet }}-${{ matrix.server.type }}-${{ matrix.server.version }}-${{ matrix.host.IMAGE }}-${{ matrix.host.ARCH }} path: |