Skip to content

Commit 6380042

Browse files
authored
Merge pull request #134 from crossplane/renovate/major-github-artifact-actions
chore(deps): update actions/download-artifact action to v5
2 parents 18f050f + cdda50b commit 6380042

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ jobs:
134134
uses: actions/checkout@v4
135135

136136
- name: Download Single-Platform Packages
137-
uses: actions/download-artifact@v4
137+
uses: actions/download-artifact@v5
138138
with:
139139
# See https://github.com/docker/build-push-action/blob/263435/README.md#summaries
140140
pattern: "!*.dockerbuild"

0 commit comments

Comments
 (0)