Skip to content

Commit 0ef2231

Browse files
chore(deps): update actions/upload-artifact action to v7
1 parent c19ff13 commit 0ef2231

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.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@v6
35+
uses: actions/upload-artifact@v7
3636
with:
3737
name: dist
3838
path: |

0 commit comments

Comments
 (0)