We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7051d22 commit b1977ebCopy full SHA for b1977eb
1 file changed
.github/workflows/release.yml
@@ -20,7 +20,7 @@ jobs:
20
cache: 'poetry'
21
- name: build dist
22
run: poetry build
23
- - uses: actions/upload-artifact@v3
+ - uses: actions/upload-artifact@v4
24
with:
25
name: artifacts
26
path: dist/*
@@ -44,7 +44,7 @@ jobs:
44
id-token: write
45
46
steps:
47
- - uses: actions/download-artifact@v3
+ - uses: actions/download-artifact@v4
48
49
50
path: dist
0 commit comments