From 37870fd1228c085772915967eaa4d6d5d361319d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jan 2024 14:01:08 +0000 Subject: [PATCH] Bump actions/upload-artifact from 3.1.3 to 4.1.0 Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3.1.3 to 4.1.0. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/a8a3f3ad30e3422c9c7b888a15615d19a852ae32...1eb3cb2b3e0f29609092a73eb033bb759a334595) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/lint-test-and-generate.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint-test-and-generate.yml b/.github/workflows/lint-test-and-generate.yml index 4e79369..ed12742 100644 --- a/.github/workflows/lint-test-and-generate.yml +++ b/.github/workflows/lint-test-and-generate.yml @@ -81,7 +81,7 @@ jobs: tar -czf generator-out.tar.gz ./generator-out - name: create artifact - uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1.3 + uses: actions/upload-artifact@1eb3cb2b3e0f29609092a73eb033bb759a334595 # v4.1.0 with: name: generator-out path: generator-out.tar.gz