From 525c9ef236bf37e5b068b9a399362c476bb55a25 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 9 Oct 2024 00:35:45 +0000 Subject: [PATCH] Bump actions/upload-artifact from 3.1.2 to 4.4.2 Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3.1.2 to 4.4.2. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v3.1.2...v4.4.2) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/test-js.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-js.yml b/.github/workflows/test-js.yml index 41f9c38..40f67c7 100644 --- a/.github/workflows/test-js.yml +++ b/.github/workflows/test-js.yml @@ -41,7 +41,7 @@ jobs: - run: npm run test - run: npm run build - name: Save build output - uses: actions/upload-artifact@v3.1.2 + uses: actions/upload-artifact@v4.4.2 with: name: built-output path: ./javascript/dist