Skip to content

Commit

Permalink
build(deps): Bump actions/upload-artifact from 4.0.0 to 4.1.0 (#31)
Browse files Browse the repository at this point in the history
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.0.0 to 4.1.0.
    - [Release notes](https://github.com/actions/upload-artifact/releases)
    - [Commits](actions/upload-artifact@c7d193f...1eb3cb2)

Signed-off-by: Fran Mulero <fmulero@vmware.com>
  • Loading branch information
fmulero authored Jan 18, 2024
1 parent 59e7fc2 commit 06dd2da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion workflows/pr-reviews.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
echo "::notice:: Comment on PR #${{ github.event.pull_request.number }}"
echo "${{ github.event.pull_request.number }}" > pull_request_number
- name: Upload the PR number
uses: actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392
uses: actions/upload-artifact@1eb3cb2b3e0f29609092a73eb033bb759a334595
with:
name: pull_request_number
path: ./pull_request_number

0 comments on commit 06dd2da

Please sign in to comment.