Skip to content

Commit

Permalink
Using newer version of upload-artifact action
Browse files Browse the repository at this point in the history
  • Loading branch information
philss committed Mar 12, 2024
1 parent 6dd1cf4 commit 91552e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
project-dir: "native/html5ever_nif"

- name: Artifact upload
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: ${{ steps.build-crate.outputs.file-name }}
path: ${{ steps.build-crate.outputs.file-path }}
Expand Down

0 comments on commit 91552e8

Please sign in to comment.