We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 414c2d5 commit f661495Copy full SHA for f661495
.github/workflows/release-please.yml
@@ -78,7 +78,7 @@ jobs:
78
fi
79
80
- name: Upload build artifacts
81
- uses: actions/upload-artifact@v6
+ uses: actions/upload-artifact@v7
82
with:
83
name: dist
84
path: dist/
@@ -97,7 +97,7 @@ jobs:
97
id-token: write
98
steps:
99
- name: Download build artifacts
100
- uses: actions/download-artifact@v7
+ uses: actions/download-artifact@v8
101
102
103
.github/workflows/test.yml
@@ -239,7 +239,7 @@ jobs:
239
run: uv build
240
241
- name: Upload artifacts
242
243
244
245
0 commit comments