Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/ci-integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
uv run pytest packages tests --slow --no-docker -m "not test_cases" -r a -v
# Upload the scratch and executions directories as artifacts
- name: Upload scratch artifacts
uses: actions/upload-artifact@v6
uses: actions/upload-artifact@v7
if: always()
with:
name: integration-output-${{ matrix.python-version }}
Expand Down Expand Up @@ -101,7 +101,7 @@ jobs:
uv run ref test-cases fetch || echo "Some fetches failed"
uv run pytest packages -m test_cases --slow -v -r a
- name: Upload test case outputs
uses: actions/upload-artifact@v6
uses: actions/upload-artifact@v7
if: always()
with:
name: test-case-outputs
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ jobs:
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
- name: Upload scratch artifacts
uses: actions/upload-artifact@v6
uses: actions/upload-artifact@v7
if: always()
with:
name: test-output-providers
Expand Down Expand Up @@ -190,7 +190,7 @@ jobs:
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- name: Set up Docker Compose
uses: docker/setup-compose-action@v1
uses: docker/setup-compose-action@v2
- uses: ./.github/actions/setup
with:
python-version: ${{ matrix.python-version }}
Expand Down