Skip to content

Commit f8bf560

Browse files
renovate[bot]georgkrause
authored andcommitted
chore(deps): update actions/upload-artifact action to v5
1 parent 2fca353 commit f8bf560

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Run tests
2121
run: pytest --junitxml=junit/test-results-${{ matrix.python-version }}.xml --cov=language_data --cov-report=xml:junit/coverage-${{ matrix.python-version }}.xml
2222
- name: Upload
23-
uses: actions/upload-artifact@v4
23+
uses: actions/upload-artifact@v5
2424
with:
2525
name: junit-${{ matrix.python-version }}
2626
path: junit/*

0 commit comments

Comments
 (0)