diff --git a/.github/workflows/example-scalable-translation.yml b/.github/workflows/example-scalable-translation.yml index 5ed6329..170ce3b 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@v4 + uses: actions/upload-artifact@v5 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 537ff7d..8d809fa 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@v4 + uses: actions/upload-artifact@v5 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 f825059..0c4f388 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@v4 + uses: actions/upload-artifact@v5 with: name: plots path: ./examples/SimpleLoop/plots