Skip to content

Commit

Permalink
chore(deps): update actions/upload-artifact action to v4.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kattecon-renovate[bot] committed Feb 10, 2024
1 parent a070c18 commit c814d66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:

- name: Upload release artifact
if: "${{ github.event.inputs.upload_release_file == 'true' }}"
uses: actions/upload-artifact@v4.2.0
uses: actions/upload-artifact@v4.3.0
with:
name: release
path: release.tar.gz

0 comments on commit c814d66

Please sign in to comment.