Skip to content

Commit 1b899d1

Browse files
Bump actions/upload-artifact from 4 to 5 (#336)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 5. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4...v5) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 319b5f2 commit 1b899d1

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

0 commit comments

Comments
 (0)