This commit is contained in:
MBR-COG 2026-06-11 15:12:17 -04:00 committed by GitHub
commit 9b09ad5ae9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 5 additions and 5 deletions

View file

@ -75,7 +75,7 @@ jobs:
cd ..
- id: auth
name: Authenticate to Google Cloud
uses: google-github-actions/auth@v2
uses: google-github-actions/auth@v3
with:
credentials_json: ${{ secrets.GCP_SA_KEY }}
- name: Set up Cloud SDK

View file

@ -34,7 +34,7 @@ jobs:
pytest -m "not serial" --cov=datasette --cov-config=.coveragerc --cov-report xml:coverage.xml --cov-report term -x
ls -lah
- name: Upload coverage report
uses: codecov/codecov-action@v1
uses: codecov/codecov-action@v6
with:
token: ${{ secrets.CODECOV_TOKEN }}
file: coverage.xml
files: coverage.xml

View file

@ -12,4 +12,4 @@ jobs:
steps:
- uses: actions/checkout@v6
- name: Setup tmate session
uses: mxschmitt/action-tmate@v3
uses: mxschmitt/action-tmate@v3.23

View file

@ -13,6 +13,6 @@ jobs:
steps:
- uses: actions/checkout@v6
- name: Setup tmate session
uses: mxschmitt/action-tmate@v3
uses: mxschmitt/action-tmate@v3.23
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}