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 47bf486 commit fb011e1Copy full SHA for fb011e1
.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@v5
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@v6
46
47
48
0 commit comments