From 11104a86d499b9dc6b168ef59b63c33e8783521a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Jan 2026 11:37:05 +0000 Subject: [PATCH] build(deps): bump actions/upload-artifact from 4.3.0 to 6.0.0 Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.3.0 to 6.0.0. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/26f96dfa697d77e81fd5907df203aa23a56210a8...b7c566a772e6b6bfb58ed0dc250532a479d7789f) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/codeql.yml | 4 ++-- .github/workflows/release.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 2d09334..b4dc8bc 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -50,7 +50,7 @@ jobs: token: ${{ secrets.GITHUB_TOKEN }} - name: Upload CodeQL Security Report - uses: actions/upload-artifact@26f96dfa697d77e81fd5907df203aa23a56210a8 # v4.3.0 + uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0 with: name: codeql-report-${{ matrix.language }} path: report.pdf @@ -113,7 +113,7 @@ jobs: run: sarif html --output bandit-report.html results.sarif - name: Upload Bandit Scan report - uses: actions/upload-artifact@26f96dfa697d77e81fd5907df203aa23a56210a8 # v4.3.0 + uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0 with: name: bandit-report path: bandit-report.html diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 9ce29a2..7b25470 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -36,7 +36,7 @@ jobs: - name: Display structure of files run: ls -R - name: Upload artifact - uses: actions/upload-artifact@26f96dfa697d77e81fd5907df203aa23a56210a8 # v4.3.0 + uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0 with: name: build-artifacts-${{ matrix.os }} path: | @@ -66,7 +66,7 @@ jobs: CIBW_BUILD: cp3* CIBW_SKIP: ${{ matrix.cibw_skip_args }} - name: Upload artifact - uses: actions/upload-artifact@26f96dfa697d77e81fd5907df203aa23a56210a8 # v4.3.0 + uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0 with: name: build-artifacts-python-${{ matrix.os }} path: python_dist*/**