Skip to content

Commit 808f52a

Browse files
authored
ci: Update actions/upload-artifact to v4 (#580)
1 parent 6f209cc commit 808f52a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ jobs:
230230
- name: pack
231231
run: yarn build:npm
232232
- name: archive artifacts
233-
uses: actions/upload-artifact@v3
233+
uses: actions/upload-artifact@v4
234234
with:
235235
name: ${{ github.sha }}
236236
path: |

0 commit comments

Comments
 (0)