diff --git a/.github/workflows/example-scalable-translation.yml b/.github/workflows/example-scalable-translation.yml index 1eaf0a1..481aa59 100644 --- a/.github/workflows/example-scalable-translation.yml +++ b/.github/workflows/example-scalable-translation.yml @@ -84,7 +84,7 @@ jobs: julia --project=. scripts/runAll.jl - name: Archive plots - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v6 with: name: plots path: ./examples/ScalableTranslationStatistics/plots diff --git a/.github/workflows/example-simple-loop-proximity.yml b/.github/workflows/example-simple-loop-proximity.yml index 1e3b235..4736429 100644 --- a/.github/workflows/example-simple-loop-proximity.yml +++ b/.github/workflows/example-simple-loop-proximity.yml @@ -75,7 +75,7 @@ jobs: julia --project=. scripts/runAll.jl - name: Archive plots - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v6 with: name: plots path: ./examples/SimpleLoop_proximity/plots diff --git a/.github/workflows/example-simple-loop.yml b/.github/workflows/example-simple-loop.yml index 79111cb..11a64bc 100644 --- a/.github/workflows/example-simple-loop.yml +++ b/.github/workflows/example-simple-loop.yml @@ -75,7 +75,7 @@ jobs: julia --project=. scripts/runall.jl - name: Archive plots - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v6 with: name: plots path: ./examples/SimpleLoop/plots