Skip to content

Commit

Permalink
Merge pull request #29 from endlessm/dependabot/github_actions/action…
Browse files Browse the repository at this point in the history
…s/download-artifact-4

build(deps): bump actions/download-artifact from 2 to 4
  • Loading branch information
wjt authored Sep 5, 2024
2 parents e28bf99 + 593b2ee commit e0f185f
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@v4
- 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@v4
- 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 e0f185f

Please sign in to comment.