Skip to content

Commit bc48539

Browse files
Merge pull request #339 from JuliaMath/dependabot/github_actions/actions/upload-artifact-6
Bump actions/upload-artifact from 5 to 6
2 parents 73f7c01 + 62f7bc8 commit bc48539

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)