Skip to content

Commit

Permalink
Merge pull request #135 from microsoft/githubactionvupdate
Browse files Browse the repository at this point in the history
Update remaining github actions to latest versions.
  • Loading branch information
abeltrano authored Jan 27, 2024
2 parents c6c6211 + 72efcd4 commit 077ca32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/build-with-host/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ runs:

- name: Publish Artifacts
if: inputs.publish-artifacts == 'true'
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: release-package-${{ runner.os }}-${{ inputs.build-type }}-${{ inputs.arch != '' && inputs.arch || runner.arch }}
path: |
Expand Down

0 comments on commit 077ca32

Please sign in to comment.