From fc4846123f3df21e90b032426c2e727ec1c7e152 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Mar 2026 14:42:24 +0000 Subject: [PATCH] chore(gha): 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/delete-artifacts-of-workflow.yml | 4 ++-- .github/workflows/deploy-documentation-pr.yml | 2 +- .../post-release-create-gh-release_Examples_repo.yml | 2 +- ...demo-archive-and-trigger-companion-repositories-update.yml | 2 +- .github/workflows/surge-pr-fork-01-build.yml | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/delete-artifacts-of-workflow.yml b/.github/workflows/delete-artifacts-of-workflow.yml index d086b9e..556caf6 100644 --- a/.github/workflows/delete-artifacts-of-workflow.yml +++ b/.github/workflows/delete-artifacts-of-workflow.yml @@ -19,12 +19,12 @@ jobs: mkdir site echo "This is a preview site for PR #${PR_NUMBER}" > site/file1.html echo "This is a another preview site for PR #${PR_NUMBER}" > site/file2.html - - uses: actions/upload-artifact@v6 + - uses: actions/upload-artifact@v7 with: name: artifact-1 path: site/file1.html if-no-files-found: error - - uses: actions/upload-artifact@v6 + - uses: actions/upload-artifact@v7 with: name: artifact-2 path: site/file2.html diff --git a/.github/workflows/deploy-documentation-pr.yml b/.github/workflows/deploy-documentation-pr.yml index 2b934c7..9c56783 100644 --- a/.github/workflows/deploy-documentation-pr.yml +++ b/.github/workflows/deploy-documentation-pr.yml @@ -21,7 +21,7 @@ jobs: - name: Build documentation uses: ./.github/actions/build-documentation - name: Upload - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: documentation-${{github.sha}} path: build/docs diff --git a/.github/workflows/post-release-create-gh-release_Examples_repo.yml b/.github/workflows/post-release-create-gh-release_Examples_repo.yml index 8ea048c..e6678e1 100644 --- a/.github/workflows/post-release-create-gh-release_Examples_repo.yml +++ b/.github/workflows/post-release-create-gh-release_Examples_repo.yml @@ -31,7 +31,7 @@ jobs: uses: actions/checkout@v6 - name: Upload fake files to simulate built examples - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: 'maxgraph_${{ needs.compute_environment_variables.outputs.version }}_examples.zip' path: | diff --git a/.github/workflows/post-release-upload-demo-archive-and-trigger-companion-repositories-update.yml b/.github/workflows/post-release-upload-demo-archive-and-trigger-companion-repositories-update.yml index 4266de0..73a6e05 100644 --- a/.github/workflows/post-release-upload-demo-archive-and-trigger-companion-repositories-update.yml +++ b/.github/workflows/post-release-upload-demo-archive-and-trigger-companion-repositories-update.yml @@ -27,7 +27,7 @@ jobs: - name: Set ARTIFACT_NAME run: echo "ARTIFACT_NAME=demo-${{github.sha}}" >> $GITHUB_ENV - name: Upload Demo - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: ${{ env.ARTIFACT_NAME }} path: LICENSE diff --git a/.github/workflows/surge-pr-fork-01-build.yml b/.github/workflows/surge-pr-fork-01-build.yml index 8581f5c..4c099b6 100644 --- a/.github/workflows/surge-pr-fork-01-build.yml +++ b/.github/workflows/surge-pr-fork-01-build.yml @@ -24,7 +24,7 @@ jobs: sed -i "s/@PR_NUMBER@/${PR_NUMBER}/g" site/index.html - name: Upload artifact - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: pr-build-dist # must be kept in sync with the artifact name downloaded in the deploy stage path: site/