From 8c09e1769871920152dc1ebd74f59e80e882d33f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Oct 2025 18:07:28 +0000 Subject: [PATCH] Bump the github-actions group with 2 updates Bumps the github-actions group with 2 updates: [actions/upload-artifact](https://github.com/actions/upload-artifact) and [actions/download-artifact](https://github.com/actions/download-artifact). Updates `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) Updates `actions/download-artifact` from 5 to 6 - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v5...v6) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: actions/download-artifact dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/pip-audit.yml | 4 ++-- .github/workflows/pre-commit.yml | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/pip-audit.yml b/.github/workflows/pip-audit.yml index b673501..794e0a3 100644 --- a/.github/workflows/pip-audit.yml +++ b/.github/workflows/pip-audit.yml @@ -64,7 +64,7 @@ jobs: fi cat audit-report-${{ matrix.python-version }}.md >> "$GITHUB_STEP_SUMMARY" fi - - uses: actions/upload-artifact@v4 + - uses: actions/upload-artifact@v5 with: name: audit-${{ matrix.python-version }} retention-days: 2 @@ -84,7 +84,7 @@ jobs: id: timestamp run: echo "timestamp=$(date -Is)" >> "$GITHUB_OUTPUT" - uses: actions/checkout@v5 - - uses: actions/download-artifact@v5 + - uses: actions/download-artifact@v6 id: download with: pattern: audit-* diff --git a/.github/workflows/pre-commit.yml b/.github/workflows/pre-commit.yml index 14ca2fa..acab7f6 100644 --- a/.github/workflows/pre-commit.yml +++ b/.github/workflows/pre-commit.yml @@ -87,7 +87,7 @@ jobs: - name: Print licences report if: ${{ always() }} run: echo "${{ steps.license_check_print_report.outputs.report }}" - - uses: actions/upload-artifact@v4 + - uses: actions/upload-artifact@v5 with: name: constraints-artifacts-${{ matrix.python-version }} retention-days: 2 @@ -171,7 +171,7 @@ jobs: - name: Print licences report if: ${{ always() }} run: echo "${{ steps.license_check_print_report.outputs.report }}" - - uses: actions/upload-artifact@v4 + - uses: actions/upload-artifact@v5 with: name: constraints-artifacts-${{ matrix.python-version }} retention-days: 2 @@ -189,7 +189,7 @@ jobs: id: timestamp run: echo "timestamp=$(date -Is)" >> "$GITHUB_OUTPUT" - uses: actions/checkout@v5 - - uses: actions/download-artifact@v5 + - uses: actions/download-artifact@v6 id: download with: pattern: constraints-artifacts-*