Skip to content

Commit 46b2450

Browse files
committed
chore(deps): bump actions/github-script from 7 to 8
1 parent 6757705 commit 46b2450

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/upload_coverage_pr.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
steps:
2323
- name: "Download existing coverage report"
2424
id: prepare_report
25-
uses: actions/github-script@v7
25+
uses: actions/github-script@v8
2626
with:
2727
script: |
2828
var fs = require('fs');

0 commit comments

Comments
 (0)