Skip to content

Commit 98a28f0

Browse files
committed
Update upload-artifact action
1 parent 0c14f58 commit 98a28f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
project-dir: "native/meeseeks_html5ever_nif"
6363

6464
- name: Artifact upload
65-
uses: actions/upload-artifact@v3
65+
uses: actions/upload-artifact@v4
6666
with:
6767
name: ${{ steps.build-crate.outputs.file-name }}
6868
path: ${{ steps.build-crate.outputs.file-path }}

0 commit comments

Comments
 (0)