From 03564b6bf85c65cb2ce1894419c40fbceb93370e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Jan 2024 14:16:53 +0000 Subject: [PATCH] Bump the github-artifacts group with 1 update Bumps the github-artifacts group with 1 update: [actions/download-artifact](https://github.com/actions/download-artifact). Updates `actions/download-artifact` from 4.0.0 to 4.1.0 - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v4.0.0...v4.1.0) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production update-type: version-update:semver-minor 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 ec118b16..5ff5d982 100644 --- a/.github/workflows/code.yml +++ b/.github/workflows/code.yml @@ -135,7 +135,7 @@ jobs: echo "DIST_LOCKFILE_PATH=lockfiles-${{ env.CONTAINER_PYTHON }}-dist-${{ github.sha }}" >> $GITHUB_ENV - name: Download wheel and lockfiles - uses: actions/download-artifact@v4.0.0 + uses: actions/download-artifact@v4.1.0 with: path: artifacts/ @@ -212,7 +212,7 @@ jobs: HAS_PYPI_TOKEN: ${{ secrets.PYPI_TOKEN != '' }} steps: - - uses: actions/download-artifact@v4.0.0 + - uses: actions/download-artifact@v4.1.0 - name: Fixup blank lockfiles # Github release artifacts can't be blank