Skip to content

Commit 6194048

Browse files
authored
[skip ci] update downgrade CI repo
1 parent 6f193a3 commit 6194048

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/Downgrade.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
- uses: julia-actions/setup-julia@v1
4242
with:
4343
version: ${{ matrix.version }}
44-
- uses: cjdoris/julia-downgrade-compat-action@v1
44+
- uses: julia-actions/julia-downgrade-compat@v1
4545
# if: ${{ matrix.version == '1.6' }}
4646
with:
4747
skip: Pkg,TOML
@@ -50,4 +50,4 @@ jobs:
5050
run: julia --project -e 'using Pkg; Pkg.Registry.add(RegistrySpec(url = "https://github.com/HolyLab/HolyLabRegistry.git")); Pkg.add("QuadDIRECT")'
5151
- uses: julia-actions/julia-runtest@v1
5252
env:
53-
GROUP: ${{ matrix.group }}
53+
GROUP: ${{ matrix.group }}

0 commit comments

Comments
 (0)