diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index a5c6a36..70a4a34 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -41,6 +41,7 @@ jobs: - uses: julia-actions/julia-buildpkg@v1 - uses: julia-actions/julia-runtest@v1 - uses: julia-actions/julia-processcoverage@v1 - - uses: codecov/codecov-action@v1 + - uses: codecov/codecov-action@v4 with: file: lcov.info + token: ${{ secrets.CODECOV_TOKEN }} diff --git a/.github/workflows/TagBot.yml b/.github/workflows/TagBot.yml index 9880dd0..44db983 100644 --- a/.github/workflows/TagBot.yml +++ b/.github/workflows/TagBot.yml @@ -28,8 +28,6 @@ jobs: steps: - uses: JuliaRegistries/TagBot@v1 with: - token: ${{ secrets.GITHUB_TOKEN }} + token: ${{ secrets.TAGBOT_TOKEN }} # Edit the following line to reflect the actual name of the GitHub Secret containing your private key - ssh: ${{ secrets.DOCUMENTER_KEY }} - # ssh: ${{ secrets.NAME_OF_MY_SSH_PRIVATE_KEY_SECRET }} registry: HolyLab/HolyLabRegistry \ No newline at end of file diff --git a/.gitignore b/.gitignore index 49541d3..a174b0a 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ *.jl.mem deps/deps.jl Manifest.toml +Manifest-v*.toml diff --git a/Project.toml b/Project.toml index f1eb4ff..1412d44 100644 --- a/Project.toml +++ b/Project.toml @@ -21,8 +21,8 @@ HDF5 = "0.12, 0.13, 0.14, 0.15, 0.16, 0.17" ImageCore = "0.8.1, 0.9, 0.10" ImageMetadata = "0.9" JLD = "0.9, 0.10, 0.11, 0.12, 0.13" -RegisterCore = "0.2" -RegisterWorkerShell = "0.2, 1.0" +RegisterCore = "0.2, 1" +RegisterWorkerShell = "0.2, 1" StaticArrays = "0.11, 0.12, 1" julia = "1.10"