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 3b2cbd4 commit a72e98bCopy full SHA for a72e98b
.github/workflows/build.yml
@@ -32,7 +32,7 @@ jobs:
32
echo ${{ github.event.number }} > .pr
33
- name: Upload dist
34
if: github.event_name == 'pull_request'
35
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v5
36
with:
37
name: dist
38
path: |
0 commit comments