Skip to content

Commit c3100d5

Browse files
authored
Merge pull request #104 from cibere/dependabot/github_actions/actions/upload-artifact-5
Bump actions/upload-artifact from 4 to 5
2 parents 3a0fc85 + f1cf4bf commit c3100d5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/python-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
python -m build
3434
3535
- name: Upload distributions
36-
uses: actions/upload-artifact@v4
36+
uses: actions/upload-artifact@v5
3737
with:
3838
name: release-dists
3939
path: dist/

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,13 +40,13 @@ jobs:
4040
coverage-badge -o coverage.svg
4141
4242
- name: Upload Badge
43-
uses: actions/upload-artifact@v4
43+
uses: actions/upload-artifact@v5
4444
with:
4545
name: coverage-badge-${{ matrix.python-version }}.svg
4646
path: coverage.svg
4747

4848
- name: Upload Report
49-
uses: actions/upload-artifact@v4
49+
uses: actions/upload-artifact@v5
5050
with:
5151
name: coverage_report_${{ matrix.python-version }}
5252
path: htmlcov

0 commit comments

Comments
 (0)