From 750502eccbd10def2d1b2dcfe4813116d710803f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 7 Jul 2024 20:10:12 +0000 Subject: [PATCH] Bump actions/download-artifact from 4.1.7 to 4.1.8 Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4.1.7 to 4.1.8. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v4.1.7...v4.1.8) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7f98ec2..5d3ee23 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -60,7 +60,7 @@ jobs: python-version: ${{ matrix.python-version }} - name: Get Packages - uses: actions/download-artifact@v4.1.7 + uses: actions/download-artifact@v4.1.8 with: name: ${{ needs.package.outputs.artifact-name }} path: dist diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ae063a9..28cf32c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -31,7 +31,7 @@ jobs: python-version: "3.x" - name: Get packages - uses: actions/download-artifact@v4.1.7 + uses: actions/download-artifact@v4.1.8 with: name: ${{ needs.ci.outputs.artifact-name }} path: dist