Skip to content

Commit 9000336

Browse files
authored
Merge pull request #6 from Zozman/dependabot/github_actions/actions/download-artifact-5
Bump actions/download-artifact from 4 to 5
2 parents 5c93b57 + 0565c71 commit 9000336

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/pr.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ jobs:
9696
uses: actions/checkout@v5
9797

9898
- name: Download Docker image artifact
99-
uses: actions/download-artifact@v4
99+
uses: actions/download-artifact@v5
100100
with:
101101
name: docker-image-${{ github.run_id }}
102102
path: /tmp

0 commit comments

Comments
 (0)