Skip to content

Commit

Permalink
Merge pull request #14 from satoren/renovate/major-github-artifact-ac…
Browse files Browse the repository at this point in the history
…tions

Update actions/upload-artifact action to v4
  • Loading branch information
satoren authored Jul 21, 2024
2 parents c602f37 + 95f9ca2 commit 8a3169b
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 @@ -58,7 +58,7 @@ jobs:
project-dir: "native/yex"

- 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 8a3169b

Please sign in to comment.