Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 5, 2024
1 parent c9fed63 commit 66d42dd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Get Docker Image
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4
with:
name: image
- name: Load Docker Image
Expand All @@ -46,7 +46,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Get Docker Image
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4
with:
name: image
- name: Load Docker Image
Expand All @@ -71,7 +71,7 @@ jobs:
password: '${{ secrets.DOCKERHUB_TOKEN }}'

- name: Get Docker Image
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4
with:
name: image

Expand Down

0 comments on commit 66d42dd

Please sign in to comment.