Skip to content

Commit f156dbf

Browse files
authored
Merge pull request #2 from talkincode/dependabot/github_actions/actions/upload-artifact-5
chore(deps): bump actions/upload-artifact from 4 to 5
2 parents 41ab3f0 + 4fb3d5f commit f156dbf

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
@@ -93,7 +93,7 @@ jobs:
9393
uv run python -m build
9494
9595
- name: Upload artifacts
96-
uses: actions/upload-artifact@v4
96+
uses: actions/upload-artifact@v5
9797
with:
9898
name: dist
9999
path: dist/

0 commit comments

Comments
 (0)