From 38e856ad7ad9af245a2d07cd2f8b6c7de81bede3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Mar 2026 04:52:36 +0000 Subject: [PATCH] Bump actions/upload-artifact from 6 to 7 Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 6 to 7. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v6...v7) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/example-scalable-translation.yml | 2 +- .github/workflows/example-simple-loop-proximity.yml | 2 +- .github/workflows/example-simple-loop.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/example-scalable-translation.yml b/.github/workflows/example-scalable-translation.yml index d08063f..f536680 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@v6 + uses: actions/upload-artifact@v7 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 ea8e7cf..3a7c35a 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@v6 + uses: actions/upload-artifact@v7 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 af0a125..6425dae 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@v6 + uses: actions/upload-artifact@v7 with: name: plots path: ./examples/SimpleLoop/plots