Skip to content

Commit ab567ae

Browse files
dshkolclaude
andcommitted
chore: Update deprecated GitHub Actions to v4
- Update actions/checkout@v3 → v4 in validate_examples.yml - Update actions/upload-artifact@v3 → v4 in validate_examples.yml - Update codecov/codecov-action@v3 → v4 in ci.yml These v3 actions are deprecated and cause CI warnings/failures. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 701dd03 commit ab567ae

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
pytest --cov=pycancensus --cov-report=xml
4141
4242
- name: Upload coverage to Codecov
43-
uses: codecov/codecov-action@v3
43+
uses: codecov/codecov-action@v4
4444
with:
4545
file: ./coverage.xml
4646
fail_ci_if_error: false

.github/workflows/validate_examples.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515

1616
steps:
17-
- uses: actions/checkout@v3
17+
- uses: actions/checkout@v4
1818

1919
- name: Set up Python
2020
uses: actions/setup-python@v4
@@ -60,7 +60,7 @@ jobs:
6060
6161
- name: Upload validation report
6262
if: always()
63-
uses: actions/upload-artifact@v3
63+
uses: actions/upload-artifact@v4
6464
with:
6565
name: validation-report
6666
path: validation_output.txt

0 commit comments

Comments
 (0)