Skip to content

Commit a303d34

Browse files
authored
Merge pull request #171 from crossplane/renovate/major-github-artifact-actions
chore(deps): update actions/download-artifact action to v5
2 parents b598b87 + 70b3c3c commit a303d34

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
@@ -114,7 +114,7 @@ jobs:
114114
runs-on: ubuntu-24.04
115115
steps:
116116
- name: Download Sdist and Wheel from GitHub
117-
uses: actions/download-artifact@v4
117+
uses: actions/download-artifact@v5
118118
with:
119119
name: dist
120120
path: "dist"

0 commit comments

Comments
 (0)