Skip to content

Commit 41c0d63

Browse files
deps: update github artifact actions
1 parent bec528c commit 41c0d63

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Build Package
2525
run: uv build
2626

27-
- uses: actions/upload-artifact@v4
27+
- uses: actions/upload-artifact@v6
2828
with:
2929
name: ${{ env.artifact-name }}
3030
path: dist/
@@ -42,7 +42,7 @@ jobs:
4242
id-token: write # for pypa/gh-action-pypi-publish to authenticate with PyPI
4343

4444
steps:
45-
- uses: actions/download-artifact@v4
45+
- uses: actions/download-artifact@v7
4646
with:
4747
name: ${{ env.artifact-name }}
4848
path: dist/

0 commit comments

Comments
 (0)