Skip to content

Commit

Permalink
download-artifact v4
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Kadner <[email protected]>
  • Loading branch information
ckadner committed Feb 6, 2024
1 parent c92fa97 commit 935a113
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
uses: docker/setup-buildx-action@v3

- name: "Download test image"
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: "test-image"
path: /tmp
Expand Down Expand Up @@ -106,7 +106,7 @@ jobs:
uses: docker/setup-buildx-action@v3

- name: "Download test image"
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: "test-image"
path: /tmp
Expand Down

0 comments on commit 935a113

Please sign in to comment.