Skip to content

Commit a72e98b

Browse files
chore(deps): update actions/upload-artifact action to v5
1 parent 3b2cbd4 commit a72e98b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
echo ${{ github.event.number }} > .pr
3333
- name: Upload dist
3434
if: github.event_name == 'pull_request'
35-
uses: actions/upload-artifact@v4
35+
uses: actions/upload-artifact@v5
3636
with:
3737
name: dist
3838
path: |

0 commit comments

Comments
 (0)