Skip to content

Commit 62f7bc8

Browse files
Bump actions/upload-artifact from 5 to 6
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 5 to 6. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v5...v6) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 73f7c01 commit 62f7bc8

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@v5
58+
- uses: actions/upload-artifact@v6
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@v5
90+
- uses: actions/upload-artifact@v6
9191
with:
9292
name: code-coverage-report
9393
path: ./cov-html/

0 commit comments

Comments
 (0)