diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bf67784..724b4c8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -93,7 +93,7 @@ jobs: cat coverage/backend-capabilities/provider/summary.md >> "$GITHUB_STEP_SUMMARY" - name: Upload backend capability artifacts - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: backend-capabilities-${{ github.run_id }} path: coverage/backend-capabilities @@ -321,7 +321,7 @@ jobs: key: ${{ runner.os }}-bench-baseline-${{ github.ref_name }}-${{ github.run_id }} - name: Upload benchmark artifacts - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: benchmark-smoke-${{ github.run_id }} path: coverage/benchmarks