From 6fc901754b97d740bfaee6a92f27bd82f7a9f252 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Aug 2024 07:33:34 +0000 Subject: [PATCH] Bump the github-artifacts group across 1 directory with 2 updates Bumps the github-artifacts group with 2 updates in the / directory: [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.3.1 to 4.3.6 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v4.3.1...v4.3.6) Updates `actions/download-artifact` from 4.1.2 to 4.1.8 - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v4.1.2...v4.1.8) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-artifacts - dependency-name: actions/download-artifact dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-artifacts ... Signed-off-by: dependabot[bot] --- .github/workflows/code.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/code.yml b/.github/workflows/code.yml index 416ae69..eb26f76 100644 --- a/.github/workflows/code.yml +++ b/.github/workflows/code.yml @@ -92,7 +92,7 @@ jobs: pipx run build - name: Upload sdist and wheel as artifacts - uses: actions/upload-artifact@v4.3.1 + uses: actions/upload-artifact@v4.3.6 with: name: ${{ env.DIST_WHEEL_PATH }} path: dist @@ -126,7 +126,7 @@ jobs: steps: - name: Download wheel and lockfiles - uses: actions/download-artifact@v4.1.2 + uses: actions/download-artifact@v4.1.8 with: pattern: "*dist*"