Skip to content

Commit 97af075

Browse files
Bump actions/upload-artifact from 6 to 7 (#341)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent bc48539 commit 97af075

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
# with:
5656
# files: ./cov-html/libopenlibm.info
5757
# token: ${{ secrets.CODECOV_TOKEN }}
58-
- uses: actions/upload-artifact@v6
58+
- uses: actions/upload-artifact@v7
5959
with:
6060
name: code-coverage-report-old
6161
path: ./cov-html/
@@ -87,7 +87,7 @@ jobs:
8787
with:
8888
files: ./cov-html/libopenlibm.info
8989
token: ${{ secrets.CODECOV_TOKEN }}
90-
- uses: actions/upload-artifact@v6
90+
- uses: actions/upload-artifact@v7
9191
with:
9292
name: code-coverage-report
9393
path: ./cov-html/

0 commit comments

Comments
 (0)