Skip to content

Commit 541ce8c

Browse files
authored
Merge pull request #299 from cyberjunky/dependabot/github_actions/actions/upload-artifact-5
Bump actions/upload-artifact from 4 to 5
2 parents 70386f1 + 6b80270 commit 541ce8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
7373
- name: Upload coverage artifact
7474
if: matrix.python-version == '3.11' && steps.coverage_check.outputs.coverage_generated == 'true'
75-
uses: actions/upload-artifact@v4
75+
uses: actions/upload-artifact@v5
7676
with:
7777
name: coverage-xml
7878
path: coverage.xml

0 commit comments

Comments
 (0)