From 3d54a8c0735d610fa3c1fe2dc3e64c792000e0df Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Sep 2024 11:06:23 +0000 Subject: [PATCH] Bump actions/download-artifact from 1.0.0 to 4.1.7 in /.github/workflows (#565) Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 1.0.0 to 4.1.7. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v1.0.0...v4.1.7) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Korijn van Golen --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5d5488d6..c78be07c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -318,7 +318,7 @@ jobs: with: python-version: '3.9' - name: Download assets - uses: actions/download-artifact@v1.0.0 + uses: actions/download-artifact@v4.1.7 with: name: dist - name: Get version from git ref