From 661ced8de2a08fa30fa69979a23cd825960a706e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jun 2026 09:35:54 +0000 Subject: [PATCH] chore(deps): bump the github-actions group with 3 updates Bumps the github-actions group with 3 updates: [actions/upload-artifact](https://github.com/actions/upload-artifact), [actions/download-artifact](https://github.com/actions/download-artifact) and [dependabot/fetch-metadata](https://github.com/dependabot/fetch-metadata). Updates `actions/upload-artifact` from 6 to 7 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v6...v7) Updates `actions/download-artifact` from 7 to 8 - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v7...v8) Updates `dependabot/fetch-metadata` from 2.5.0 to 3.1.0 - [Release notes](https://github.com/dependabot/fetch-metadata/releases) - [Commits](https://github.com/dependabot/fetch-metadata/compare/v2.5.0...v3.1.0) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: actions/download-artifact dependency-version: '8' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: dependabot/fetch-metadata dependency-version: 3.1.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .../azure-static-web-apps-ashy-ground-0586ab40f.yml | 8 ++++---- .github/workflows/dependabot-automerge.yml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/azure-static-web-apps-ashy-ground-0586ab40f.yml b/.github/workflows/azure-static-web-apps-ashy-ground-0586ab40f.yml index d0203490..7bc629c2 100644 --- a/.github/workflows/azure-static-web-apps-ashy-ground-0586ab40f.yml +++ b/.github/workflows/azure-static-web-apps-ashy-ground-0586ab40f.yml @@ -36,7 +36,7 @@ jobs: run: yarn test --coverage - name: Upload coverage report - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: coverage-report path: coverage/lcov.info @@ -60,7 +60,7 @@ jobs: run: yarn install --frozen-lockfile - name: Download coverage report - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: name: coverage-report path: coverage/ @@ -154,7 +154,7 @@ jobs: VITE_COMMIT_HASH: ${{ steps.version-info.outputs.COMMIT_HASH }} - name: Upload build artifact - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: dist-files path: dist/ @@ -168,7 +168,7 @@ jobs: uses: actions/checkout@v6 - name: Download build artifact - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: name: dist-files path: ./dist diff --git a/.github/workflows/dependabot-automerge.yml b/.github/workflows/dependabot-automerge.yml index c44f5dc3..1ce0fab2 100644 --- a/.github/workflows/dependabot-automerge.yml +++ b/.github/workflows/dependabot-automerge.yml @@ -15,7 +15,7 @@ jobs: steps: - name: Dependabot metadata id: metadata - uses: dependabot/fetch-metadata@v2.5.0 + uses: dependabot/fetch-metadata@v3.1.0 with: github-token: "${{ secrets.GITHUB_TOKEN }}"