From 4b2f3af7bed360f5c54f16538a389c5cf45160a4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 7 Jun 2024 17:43:43 +0300 Subject: [PATCH] chore(deps): bump actions/upload-artifact from 3 to 4 in /generate-changelog (#274) chore(deps): bump actions/upload-artifact in /generate-changelog Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3 to 4. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v3...v4) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- generate-changelog/action.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/generate-changelog/action.yaml b/generate-changelog/action.yaml index c0f2b454..82acbcce 100644 --- a/generate-changelog/action.yaml +++ b/generate-changelog/action.yaml @@ -87,7 +87,7 @@ runs: - name: Upload changelog JSON id: upload-changelog-json - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: changelog-json path: ./context.json