Skip to content

Commit 7a10580

Browse files
authored
Merge pull request #182 from crossplane/renovate/major-github-artifact-actions
chore(deps): update github artifact actions (major)
2 parents ab11cff + eb42ffb commit 7a10580

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ jobs:
9898
run: hatch build
9999

100100
- name: Upload Sdist and Wheel to GitHub
101-
uses: actions/upload-artifact@v4
101+
uses: actions/upload-artifact@v5
102102
with:
103103
name: dist
104104
path: "dist/*"
@@ -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@v5
117+
uses: actions/download-artifact@v6
118118
with:
119119
name: dist
120120
path: "dist"

0 commit comments

Comments
 (0)