Skip to content

Commit 7cc2af4

Browse files
build(deps): bump actions/upload-artifact from 4 to 7
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 7. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4...v7) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent f292e52 commit 7cc2af4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/store_review_event.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
name: Store Review Event
1212
steps:
1313
- name: Upload event JSON as artifact
14-
uses: actions/upload-artifact@v4
14+
uses: actions/upload-artifact@v7
1515
with:
1616
name: eventjson
1717
path: "${{ github.event_path }}"

0 commit comments

Comments
 (0)