From 42f95e407eaec57c1b11fdbafa0e878af543d1e7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Jan 2026 04:02:19 +0000 Subject: [PATCH] Bump actions/upload-artifact from 5 to 6 Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 5 to 6. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v5...v6) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '6' 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 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