Skip to content

Commit

Permalink
Bump actions/download-artifact from 3 to 4
Browse files Browse the repository at this point in the history
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3 to 4.
- [Release notes](https://github.com/actions/download-artifact/releases)
- [Commits](actions/download-artifact@v3...v4)

---
updated-dependencies:
- dependency-name: actions/download-artifact
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and garryod committed Mar 12, 2024
1 parent 1c0204f commit e0272e3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/code.yml
Expand Up @@ -102,7 +102,7 @@ jobs:
ref: gh-badges

- name: Download badges
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: badges-${{ steps.branch-name.outputs.sanitized_name }}
path: ${{ steps.branch-name.outputs.sanitized_name }}
Expand Down Expand Up @@ -174,7 +174,7 @@ jobs:
run: echo IMAGE_REPOSITORY=ghcr.io/$(tr '[:upper:]' '[:lower:]' <<< "${{ github.repository }}") >> $GITHUB_ENV

- name: Download wheel and lockfiles
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
path: .devcontainer

Expand Down Expand Up @@ -221,7 +221,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4

- name: Fixup blank lockfiles
# Github release artifacts can't be blank
Expand Down

0 comments on commit e0272e3

Please sign in to comment.