We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 55b2c91 commit 8056267Copy full SHA for 8056267
.github/workflows/release.yaml
@@ -75,7 +75,7 @@ jobs:
75
echo "VERSION=$VERSION" >> "$GITHUB_OUTPUT"
76
poetry build
77
- name: Store the distribution packages
78
- uses: actions/upload-artifact@v5
+ uses: actions/upload-artifact@v6
79
with:
80
name: distfiles
81
path: dist/
@@ -95,7 +95,7 @@ jobs:
95
ref: ${{ env.BRANCH }}
96
fetch-depth: 0
97
- name: Download all the dists
98
- uses: actions/download-artifact@v6
+ uses: actions/download-artifact@v7
99
100
101
@@ -126,7 +126,7 @@ jobs:
126
runs-on: ubuntu-latest
127
steps:
128
129
130
131
132
0 commit comments