From 4e1725ab5344648157d73cb3631aff419d56baaa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 20 Feb 2024 10:55:17 +0000 Subject: [PATCH] Bump actions/upload-artifact from 3 to 4 (#1088) 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> --- .github/workflows/sample-list-generator.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sample-list-generator.yml b/.github/workflows/sample-list-generator.yml index cc88e57c..2c4f9d29 100644 --- a/.github/workflows/sample-list-generator.yml +++ b/.github/workflows/sample-list-generator.yml @@ -26,7 +26,7 @@ jobs: run: npm run start - name: Upload to artifacts - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: extension-samples.json path: ./.repo/sample-list-generator/extension-samples.json