From fc60d703298a6845a384d408e49c293f2c7f4306 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 Dec 2023 01:39:11 +0000 Subject: [PATCH] Bump actions/download-artifact from 3 to 4 (#44) Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3 to 4. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v3...v4) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/ci.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 27c69d2..52cc77d 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -78,7 +78,7 @@ jobs: - uses: actions/setup-python@v5 with: python-version: '3.11' - - uses: actions/download-artifact@v3 + - uses: actions/download-artifact@v4 with: name: recipe_list path: ../workflow_artifacts/ @@ -100,7 +100,7 @@ jobs: if: ${{ github.ref == 'refs/heads/main' && github.event_name == 'push' && github.repository_owner == 'modem7' }} steps: - uses: actions/checkout@v4 - - uses: actions/download-artifact@v3 + - uses: actions/download-artifact@v4 with: name: wheelhouse path: wheels @@ -120,7 +120,7 @@ jobs: # if: ${{ github.ref == 'refs/heads/main' && github.event_name == 'push' && github.repository_owner == 'galaxyproject' }} # runs-on: ubuntu-latest # steps: - # - uses: actions/download-artifact@v3 + # - uses: actions/download-artifact@v4 # with: # name: wheelhouse # path: wheelhouse/