Skip to content

Commit a9f65b7

Browse files
Bump actions/upload-artifact from 4.4.3 to 4.5.0 in /workflows (#89)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.4.3 to 4.5.0. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@b4b15b8...6f51ac0) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 6e1b0fd commit a9f65b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: workflows/pr-reviews.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
echo "::notice:: Comment on PR #${{ github.event.pull_request.number }}"
2424
jq -n --arg issue '${{ github.event.pull_request.number }}' --arg state '${{ github.event.review != null && github.event.review.state || '' }}' '{"issue": {"number": $issue }, "review": { "state": $state }}' > pull_request_info.json
2525
- name: Upload the PR info
26-
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882
26+
uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b
2727
with:
2828
name: pull_request_info.json
2929
path: ./pull_request_info.json

0 commit comments

Comments
 (0)