From a3e0a3ec76e4b919857fd0b0a153073853a29cce Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Dec 2025 17:03:17 +0000 Subject: [PATCH] Bump actions/upload-artifact from 4 to 6 Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 6. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v4...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/test-pyglotaran-examples.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/test-pyglotaran-examples.yml b/.github/workflows/test-pyglotaran-examples.yml index 2f11a7c..7cf13bd 100644 --- a/.github/workflows/test-pyglotaran-examples.yml +++ b/.github/workflows/test-pyglotaran-examples.yml @@ -76,13 +76,13 @@ jobs: - name: Upload Example Plots Artifact if: always() - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v6 with: name: example-notebooks-${{ matrix.example_name }} path: ${{ steps.example-run.outputs.notebook-path }} - name: Upload Example Results - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v6 with: name: example-results-${{ matrix.example_name }} path: ~/pyglotaran_examples_results @@ -101,7 +101,7 @@ jobs: merge-multiple: true - name: Upload Example Notebooks Artifact - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v6 with: name: example-notebooks path: example-notebooks @@ -120,7 +120,7 @@ jobs: merge-multiple: true - name: Upload Example Result Artifact - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v6 with: name: example-results path: example-results