Skip to content

Commit 6a2baf2

Browse files
Bump julia-actions/julia-uploadcoveralls from 0.1 to 1.0 (#339)
Bumps [julia-actions/julia-uploadcoveralls](https://github.com/julia-actions/julia-uploadcoveralls) from 0.1 to 1.0. - [Commits](julia-actions/julia-uploadcoveralls@v0.1...v1.0) --- updated-dependencies: - dependency-name: julia-actions/julia-uploadcoveralls dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 9d96196 commit 6a2baf2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
julia --check-bounds=yes --color=yes --depwarn=yes --inline=yes --project=@. -e 'using Pkg; Pkg.instantiate(); Pkg.test(coverage=true)'
7878
- uses: julia-actions/julia-uploadcodecov@v0.1
7979
continue-on-error: true
80-
- uses: julia-actions/julia-uploadcoveralls@v0.1
80+
- uses: julia-actions/julia-uploadcoveralls@v1.0
8181
continue-on-error: true
8282

8383
Documentation:

0 commit comments

Comments
 (0)