Skip to content

Commit fb1437e

Browse files
vtemianclaude
andcommitted
fix: update GitHub Actions artifact actions to v4
Resolves deprecation warnings by updating: - actions/upload-artifact@v3 → v4 - actions/download-artifact@v3 → v4 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]>
1 parent baa3cdd commit fb1437e

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
@@ -97,7 +97,7 @@ jobs:
9797
run: uv build
9898

9999
- name: Upload build artifacts
100-
uses: actions/upload-artifact@v3
100+
uses: actions/upload-artifact@v4
101101
with:
102102
name: dist
103103
path: dist/
@@ -137,7 +137,7 @@ jobs:
137137
id-token: write
138138

139139
steps:
140-
- uses: actions/download-artifact@v3
140+
- uses: actions/download-artifact@v4
141141
with:
142142
name: dist
143143
path: dist/

0 commit comments

Comments
 (0)