Skip to content

Commit b9f99d7

Browse files
authored
Upgrade upload-artifact action to version 4
1 parent 8c8eef6 commit b9f99d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/snapshot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
# cat ${{steps.verify.outputs.verification-output-log-filename}}
4646

4747
- name: Upload Artifact
48-
uses: actions/upload-artifact@v2
48+
uses: actions/upload-artifact@v4
4949
with:
5050
# TODO: This uploads a zip called `distributions`; see what we can do to just upload the produced plugin itself.
5151
name: leetcode-editor-snapshot

0 commit comments

Comments
 (0)