From 5862ffea9419d74375c2af06cfde406db89eb796 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Sep 2024 22:41:35 +0000 Subject: [PATCH] chore(deps): bump actions/download-artifact in /.github/workflows Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3 to 4.1.7. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v3...v4.1.7) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/github-publish.yml | 2 +- .github/workflows/pypi-publish.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/github-publish.yml b/.github/workflows/github-publish.yml index 86bd550..c467ac2 100644 --- a/.github/workflows/github-publish.yml +++ b/.github/workflows/github-publish.yml @@ -21,7 +21,7 @@ jobs: run: echo ::set-output name=VERSION::${GITHUB_REF/refs\/tags\//} - name: Download release - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4.1.7 with: name: release diff --git a/.github/workflows/pypi-publish.yml b/.github/workflows/pypi-publish.yml index a47f2d7..eea200c 100644 --- a/.github/workflows/pypi-publish.yml +++ b/.github/workflows/pypi-publish.yml @@ -20,7 +20,7 @@ jobs: needs: build steps: - name: Download release - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4.1.7 with: name: release