We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b8a9f4b commit 021c8a7Copy full SHA for 021c8a7
1 file changed
.github/workflows/build.yml
@@ -34,7 +34,7 @@ jobs:
34
run: hatch build
35
# Upload artifacts for later use
36
- name: Upload Artifacts
37
- uses: actions/upload-artifact@v6
+ uses: actions/upload-artifact@v7
38
with:
39
name: dist
40
path: dist/
0 commit comments