From d71cd891d450b952ce5b75bfa48268eb5f8645b5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Mar 2026 09:43:35 +0000 Subject: [PATCH] ci: bump actions/upload-artifact from 4 to 7 Bumps [actions/upload-artifact](https://github.com/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) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 10 +++++----- .github/workflows/complete-production-pipeline.yml | 4 ++-- .github/workflows/gxq-deploy-production.yml | 4 ++-- .github/workflows/gxq-master-ci.yml | 4 ++-- .github/workflows/powershell-merge-automation.yml | 2 +- .github/workflows/self-optimize.yml | 2 +- 6 files changed, 13 insertions(+), 13 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d4914729..3149e62a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -193,7 +193,7 @@ jobs: JEST_TIMEOUT: 30000 - name: Upload backend coverage - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 if: matrix.node-version == 24 with: name: backend-coverage @@ -203,7 +203,7 @@ jobs: - name: Upload test results if: always() - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: backend-test-results-node-${{ matrix.node-version }} path: | @@ -250,7 +250,7 @@ jobs: NODE_ENV: test - name: Upload webapp coverage - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 if: matrix.node-version == 24 with: name: webapp-coverage @@ -457,7 +457,7 @@ jobs: run: npm run build:backend - name: Upload backend build artifacts - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 if: matrix.node-version == 24 with: name: backend-dist @@ -480,7 +480,7 @@ jobs: NEXT_PUBLIC_RPC_URL: ${{ secrets.NEXT_PUBLIC_RPC_URL || 'https://api.mainnet-beta.solana.com' }} - name: Upload webapp build artifacts - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 if: matrix.node-version == 24 with: name: webapp-build diff --git a/.github/workflows/complete-production-pipeline.yml b/.github/workflows/complete-production-pipeline.yml index 9a601f87..0b37244a 100644 --- a/.github/workflows/complete-production-pipeline.yml +++ b/.github/workflows/complete-production-pipeline.yml @@ -128,7 +128,7 @@ jobs: - name: Upload artifacts if: matrix.retry == 1 - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: build-artifacts path: | @@ -252,7 +252,7 @@ jobs: run: npm run setup-monitoring - name: Upload monitoring configs - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: monitoring-configs path: monitoring/ diff --git a/.github/workflows/gxq-deploy-production.yml b/.github/workflows/gxq-deploy-production.yml index c809d693..4ac58d4d 100644 --- a/.github/workflows/gxq-deploy-production.yml +++ b/.github/workflows/gxq-deploy-production.yml @@ -52,14 +52,14 @@ jobs: run: bash scripts/validate-build.sh - name: Upload backend artifacts - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: backend-dist path: dist/ retention-days: 1 - name: Upload webapp artifacts - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: webapp-build path: webapp/.next/ diff --git a/.github/workflows/gxq-master-ci.yml b/.github/workflows/gxq-master-ci.yml index 0ff249cb..07e65acd 100644 --- a/.github/workflows/gxq-master-ci.yml +++ b/.github/workflows/gxq-master-ci.yml @@ -158,7 +158,7 @@ jobs: run: npm run build:backend - name: Upload backend artifacts - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: backend-dist path: dist/ @@ -196,7 +196,7 @@ jobs: NEXT_PUBLIC_RPC_URL: https://api.mainnet-beta.solana.com - name: Upload webapp artifacts - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: webapp-build path: webapp/.next/ diff --git a/.github/workflows/powershell-merge-automation.yml b/.github/workflows/powershell-merge-automation.yml index 56326388..f114978c 100644 --- a/.github/workflows/powershell-merge-automation.yml +++ b/.github/workflows/powershell-merge-automation.yml @@ -139,7 +139,7 @@ jobs: - name: Upload Merge Logs if: always() - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: merge-logs-${{ github.run_number }}-${{ github.run_attempt }} path: scripts/merge-log-*.txt diff --git a/.github/workflows/self-optimize.yml b/.github/workflows/self-optimize.yml index cc208b20..e5113b59 100644 --- a/.github/workflows/self-optimize.yml +++ b/.github/workflows/self-optimize.yml @@ -492,7 +492,7 @@ jobs: } - name: Upload analysis artifacts - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 if: always() with: name: self-optimization-reports