Skip to content

Commit 05d9097

Browse files
authored
Merge pull request #435 from ovn-kubernetes/dependabot/github_actions/github-actions-c836e40089
build(deps): bump actions/download-artifact from 4 to 5 in the github-actions group
2 parents f59a11b + 90750b7 commit 05d9097

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/images.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ jobs:
119119
- tag: 3.3.0
120120
steps:
121121
- name: Download digests
122-
uses: actions/download-artifact@v4
122+
uses: actions/download-artifact@v5
123123
with:
124124
path: ${{ runner.temp }}/digests
125125
pattern: digests-${{ matrix.image.tag }}-*

0 commit comments

Comments
 (0)