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 602915c commit 57b9581Copy full SHA for 57b9581
.github/workflows/cd.yml
@@ -31,7 +31,7 @@ jobs:
31
runs-on: ubuntu-latest
32
if: github.event_name == 'release' && github.event.action == 'published'
33
steps:
34
- - uses: actions/download-artifact@v6
+ - uses: actions/download-artifact@v7
35
with:
36
name: Packages
37
path: dist
.github/workflows/reusable-cookie.yml
@@ -179,7 +179,7 @@ jobs:
179
- name: Show results
180
run: ls -l dist
181
182
- - uses: actions/upload-artifact@v5
+ - uses: actions/upload-artifact@v6
183
184
185
0 commit comments