From 0d1e7f9572bdaeba44064171f25106cda663cae5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 28 May 2026 09:28:28 +0000 Subject: [PATCH] chore(deps): bump actions/upload-artifact from 3 to 7 Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3 to 7. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v3...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/accessibility.yml | 8 ++++---- .github/workflows/contract-deployment.yml | 8 ++++---- .github/workflows/deploy.yml | 4 ++-- .github/workflows/performance.yml | 6 +++--- .github/workflows/release.yml | 2 +- .github/workflows/test.yml | 6 +++--- 6 files changed, 17 insertions(+), 17 deletions(-) diff --git a/.github/workflows/accessibility.yml b/.github/workflows/accessibility.yml index 0a308f7b..aa7cda27 100644 --- a/.github/workflows/accessibility.yml +++ b/.github/workflows/accessibility.yml @@ -39,7 +39,7 @@ jobs: - name: Upload test results if: always() - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v7 with: name: jest-axe-results path: frontend/coverage/ @@ -92,7 +92,7 @@ jobs: - name: Upload Lighthouse reports if: always() - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v7 with: name: lighthouse-reports path: frontend/lighthouse-reports/ @@ -135,7 +135,7 @@ jobs: - name: Upload axe reports if: always() - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v7 with: name: axe-reports path: frontend/axe-reports/ @@ -192,7 +192,7 @@ jobs: - name: Upload Pa11y report if: always() - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v7 with: name: pa11y-report path: frontend/pa11y-report.json diff --git a/.github/workflows/contract-deployment.yml b/.github/workflows/contract-deployment.yml index cc27dcfe..4d8862e2 100644 --- a/.github/workflows/contract-deployment.yml +++ b/.github/workflows/contract-deployment.yml @@ -106,7 +106,7 @@ jobs: working-directory: contracts/predict-iq - name: Upload WASM artifact - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: contract-wasm path: contracts/predict-iq/target/wasm32-unknown-unknown/release/predict_iq_optimized.wasm @@ -161,7 +161,7 @@ jobs: EOF - name: Upload deployment info - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: testnet-deployment-${{ github.run_id }} path: deployment-info.json @@ -229,7 +229,7 @@ jobs: EOF - name: Upload deployment info - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: mainnet-deployment-${{ github.run_id }} path: deployment-info.json @@ -281,7 +281,7 @@ jobs: EOF - name: Upload versioned artifacts - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: versioned-contract-artifacts path: versioned-artifacts/ diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index c502a7f2..45e45645 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -48,7 +48,7 @@ jobs: -out=tfplan-${{ matrix.environment }} - name: Upload plan - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v7 with: name: tfplan-${{ matrix.environment }} path: infrastructure/terraform/tfplan-${{ matrix.environment }} @@ -95,7 +95,7 @@ jobs: run: terraform output -json > /tmp/outputs-${{ matrix.environment }}.json - name: Upload outputs - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v7 with: name: outputs-${{ matrix.environment }} path: /tmp/outputs-${{ matrix.environment }}.json diff --git a/.github/workflows/performance.yml b/.github/workflows/performance.yml index 05c33cfd..a666b044 100644 --- a/.github/workflows/performance.yml +++ b/.github/workflows/performance.yml @@ -145,7 +145,7 @@ jobs: - name: Upload performance reports if: always() - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v7 with: name: performance-reports path: performance/backend/reports/ @@ -253,7 +253,7 @@ jobs: cargo bench --bench gas_benchmark -- --save-baseline main - name: Upload benchmark results - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v7 with: name: contract-benchmarks path: contracts/predict-iq/target/criterion/ @@ -305,7 +305,7 @@ jobs: - name: Upload regression report if: always() - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v7 with: name: regression-report path: performance/backend/reports/regression-report.md diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1df4b44d..6eecc085 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -70,7 +70,7 @@ jobs: - name: Upload release artifacts if: success() - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: release-notes path: CHANGELOG.md diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index d7503765..89e4a1d4 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -153,7 +153,7 @@ jobs: - name: Upload benchmark report if: always() - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v7 with: name: gas-benchmark-report path: contracts/predict-iq/target/gas-benchmark-report.md @@ -281,7 +281,7 @@ jobs: --html --output-dir ../../coverage-reports/predictiq-api-html - name: Upload HTML + LCOV artifacts - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: backend-coverage path: | @@ -641,7 +641,7 @@ jobs: - name: Upload Playwright report if: always() - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: playwright-market-creation-report path: frontend/playwright-report/