From 6d969dbaab4b829f82fb9319e67ac2b8ef1067d4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Aug 2024 13:30:17 +0000 Subject: [PATCH] chore(deps): bump actions/upload-artifact from 4.3.3 to 4.3.5 Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.3.3 to 4.3.5. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v4.3.3...v4.3.5) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/build-frontend.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-frontend.yaml b/.github/workflows/build-frontend.yaml index 85bcc1f7..886e149b 100644 --- a/.github/workflows/build-frontend.yaml +++ b/.github/workflows/build-frontend.yaml @@ -59,7 +59,7 @@ jobs: run: pnpm lint --max-warnings=0 - name: Archive frontend - uses: actions/upload-artifact@v4.3.3 + uses: actions/upload-artifact@v4.3.5 with: name: dist path: |