We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bec528c commit 41c0d63Copy full SHA for 41c0d63
.github/workflows/publish.yml
@@ -24,7 +24,7 @@ jobs:
24
- name: Build Package
25
run: uv build
26
27
- - uses: actions/upload-artifact@v4
+ - uses: actions/upload-artifact@v6
28
with:
29
name: ${{ env.artifact-name }}
30
path: dist/
@@ -42,7 +42,7 @@ jobs:
42
id-token: write # for pypa/gh-action-pypi-publish to authenticate with PyPI
43
44
steps:
45
- - uses: actions/download-artifact@v4
+ - uses: actions/download-artifact@v7
46
47
48
0 commit comments