From f568a0694ece28b0c8cf16208ee4a378416b34d4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 Feb 2026 01:12:54 +0000 Subject: [PATCH] Bump actions/upload-artifact from 6 to 7 Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 6 to 7. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v6...v7) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/on-push.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/on-push.yml b/.github/workflows/on-push.yml index 006df09..74e840b 100644 --- a/.github/workflows/on-push.yml +++ b/.github/workflows/on-push.yml @@ -41,7 +41,7 @@ jobs: if: matrix.os == 'ubuntu-latest' && matrix.python-version == '3.10' run: | inv build - - uses: actions/upload-artifact@v6 + - uses: actions/upload-artifact@v7 if: matrix.os == 'ubuntu-latest' && matrix.python-version == '3.10' with: name: openapitools-wheel @@ -108,7 +108,7 @@ jobs: if: matrix.robot-version == '6.1.1' run: | inv atests-rf6 - - uses: actions/upload-artifact@v6 + - uses: actions/upload-artifact@v7 if: ${{ always() }} with: name: Test results-${{ matrix.os }}-${{ matrix.python-version }}-${{ matrix.robot-version}}