From d8ec662f75f2fe0216a1e68a9ce038511f561a89 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 Feb 2026 13:53:21 +0000 Subject: [PATCH] build(deps): 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/ci.yml | 2 +- .github/workflows/pymake-requests.yml | 2 +- .github/workflows/release.yml | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b9c5972..e911f59 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -114,7 +114,7 @@ jobs: - name: Upload failed test output if: failure() - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: failed-${{ matrix.os }}-${{ matrix.compiler }}-${{ matrix.version }} path: ./autotest/.failed diff --git a/.github/workflows/pymake-requests.yml b/.github/workflows/pymake-requests.yml index 511fdeb..33abb73 100644 --- a/.github/workflows/pymake-requests.yml +++ b/.github/workflows/pymake-requests.yml @@ -49,7 +49,7 @@ jobs: - name: Upload failed test output if: failure() - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: failed-requests path: ./autotest/.failed diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index fd41696..3a9bb67 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -47,7 +47,7 @@ jobs: command: make-code-json - name: Upload code.md - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: code.md path: code.md @@ -173,7 +173,7 @@ jobs: run: twine check --strict dist/* - name: Upload package - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: dist path: dist