From 93b852aa7f992537c7269c325bb8fb6517381eb8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Sep 2026 01:03:23 +0000 Subject: [PATCH] chore(deps): bump the gha-deps group with 2 updates Bumps the gha-deps group with 2 updates: [actions/upload-artifact](https://github.com/actions/upload-artifact) and [actions/download-artifact](https://github.com/actions/download-artifact). Updates `actions/upload-artifact` from 4 to 7 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v4...v7) Updates `actions/download-artifact` from 4 to 8 - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v4...v8) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: gha-deps - dependency-name: actions/download-artifact dependency-version: '8' dependency-type: direct:production update-type: version-update:semver-major dependency-group: gha-deps ... Signed-off-by: dependabot[bot] --- .github/workflows/main.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 6ae334ed..09ea12bb 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -63,7 +63,7 @@ jobs: run: git diff --exit-code firebase.json - name: 📤 Upload build - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: dist path: dist @@ -88,7 +88,7 @@ jobs: uses: actions/checkout@v7 - name: 📥 Download build - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v8 with: name: dist path: dist @@ -135,7 +135,7 @@ jobs: uses: actions/checkout@v7 - name: 📥 Download build - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v8 with: name: dist path: dist