Skip to content

Commit f414a21

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

workflows/pr-reviews.yml

Lines changed: 1 addition & 1 deletion
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@6f51ac03b9356f520e9adb1b1b7802705f340c2b
26+
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08
2727
with:
2828
name: pull_request_info.json
2929
path: ./pull_request_info.json

0 commit comments

Comments
 (0)