From b58373b577bdc771010a985c5218a34940d13023 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Oct 2025 05:32:51 +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/abi.yaml | 2 +- .github/workflows/ci.yaml | 2 +- .github/workflows/prerelease.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/abi.yaml b/.github/workflows/abi.yaml index f11a0e556..1307182fb 100644 --- a/.github/workflows/abi.yaml +++ b/.github/workflows/abi.yaml @@ -50,7 +50,7 @@ jobs: env: ${{ matrix.env || env }} - name: Upload test results (on failure) - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 if: failure() with: name: abi-check diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 8e76bbe47..3f98c01bf 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -67,7 +67,7 @@ jobs: uses: rhaschke/industrial_ci@master - name: Upload test artifacts (on failure) - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 if: failure() with: name: test-results diff --git a/.github/workflows/prerelease.yaml b/.github/workflows/prerelease.yaml index f2e89ed5c..ae488358a 100644 --- a/.github/workflows/prerelease.yaml +++ b/.github/workflows/prerelease.yaml @@ -37,7 +37,7 @@ jobs: uses: rhaschke/industrial_ci@master - name: Upload test artifacts (on failure) - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 if: failure() with: name: test-results