From 1410b1db5cba38a30c551c5b7cf4d10abd65e87a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Sep 2024 21:01:40 +0000 Subject: [PATCH] build(deps): bump actions/download-artifact in /.github/workflows Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 1 to 4.1.7. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v1...v4.1.7) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index edae08f..4991093 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,7 +20,7 @@ jobs: steps: - uses: actions/checkout@v2 - name: Download artifact - uses: actions/download-artifact@v1 + uses: actions/download-artifact@v4.1.7 with: name: wheels-3.9 path: gui @@ -145,7 +145,7 @@ jobs: run: | pip3 install twine - name: Download artifact - uses: actions/download-artifact@v1 + uses: actions/download-artifact@v4.1.7 with: name: wheels-3.9 path: dist @@ -167,7 +167,7 @@ jobs: with: python-version: ${{ matrix.python-version }} - name: Download artifact - uses: actions/download-artifact@v1 + uses: actions/download-artifact@v4.1.7 with: name: wheels-3.9 path: dist