From 913a6fce483b35440cba0ca190db90fddf52ba22 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Dec 2025 21:02:50 +0000 Subject: [PATCH] chore: bump actions/download-artifact from 6 to 7 Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 6 to 7. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v6...v7) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/generate-bump-pages.yml | 2 +- .github/workflows/generate-openapi.yml | 2 +- .github/workflows/optional-spec-validations.yml | 2 +- .github/workflows/release-changelog.yml | 6 +++--- .github/workflows/release-cleanup.yml | 2 +- .github/workflows/release-spec-v1.yml | 2 +- .github/workflows/release-spec.yml | 4 ++-- .github/workflows/required-spec-validations.yml | 4 ++-- 8 files changed, 12 insertions(+), 12 deletions(-) diff --git a/.github/workflows/generate-bump-pages.yml b/.github/workflows/generate-bump-pages.yml index 1f5f46fa45..9cfd1eec66 100644 --- a/.github/workflows/generate-bump-pages.yml +++ b/.github/workflows/generate-bump-pages.yml @@ -37,7 +37,7 @@ jobs: - name: Setup Node uses: actions/setup-node@v6 - name: Download release scripts - uses: actions/download-artifact@v6 + uses: actions/download-artifact@v7 with: name: release-scripts github-token: ${{ secrets.api_bot_pat }} diff --git a/.github/workflows/generate-openapi.yml b/.github/workflows/generate-openapi.yml index 0e0384c162..d97140881f 100644 --- a/.github/workflows/generate-openapi.yml +++ b/.github/workflows/generate-openapi.yml @@ -52,7 +52,7 @@ jobs: echo "$(pwd)/bin" >> "${GITHUB_PATH}" popd - name: Download release scripts - uses: actions/download-artifact@v6 + uses: actions/download-artifact@v7 with: name: release-scripts github-token: ${{ secrets.api_bot_pat }} diff --git a/.github/workflows/optional-spec-validations.yml b/.github/workflows/optional-spec-validations.yml index 04b2e34f1c..f3b3521840 100644 --- a/.github/workflows/optional-spec-validations.yml +++ b/.github/workflows/optional-spec-validations.yml @@ -51,7 +51,7 @@ jobs: - name: Install npm dependencies run: npm install - name: Download openapi-foas - uses: actions/download-artifact@v6 + uses: actions/download-artifact@v7 with: name: openapi-foas-${{ inputs.env }} github-token: ${{ secrets.api_bot_pat }} diff --git a/.github/workflows/release-changelog.yml b/.github/workflows/release-changelog.yml index 49ba5e8cc3..cab551090b 100644 --- a/.github/workflows/release-changelog.yml +++ b/.github/workflows/release-changelog.yml @@ -69,20 +69,20 @@ jobs: echo "$(pwd)/bin" >> "${GITHUB_PATH}" popd - name: Download base folder - uses: actions/download-artifact@v6 + uses: actions/download-artifact@v7 with: name: base-${{ inputs.env }} path: changelog/base github-token: ${{ secrets.api_bot_pat }} run-id: ${{ github.run_id }} - name: Download metadata files - uses: actions/download-artifact@v6 + uses: actions/download-artifact@v7 with: name: openapi-foas-${{ inputs.env }} github-token: ${{ secrets.api_bot_pat }} run-id: ${{ github.run_id }} - name: Download release scripts - uses: actions/download-artifact@v6 + uses: actions/download-artifact@v7 with: name: release-scripts github-token: ${{ secrets.api_bot_pat }} diff --git a/.github/workflows/release-cleanup.yml b/.github/workflows/release-cleanup.yml index 047f4d7cf7..3f6a7528c6 100644 --- a/.github/workflows/release-cleanup.yml +++ b/.github/workflows/release-cleanup.yml @@ -26,7 +26,7 @@ jobs: ref: ${{ inputs.branch }} token: ${{secrets.api_bot_pat}} - name: Download release scripts - uses: actions/download-artifact@v6 + uses: actions/download-artifact@v7 with: name: release-scripts github-token: ${{ secrets.api_bot_pat }} diff --git a/.github/workflows/release-spec-v1.yml b/.github/workflows/release-spec-v1.yml index 0bc69fc790..1c3028ff7d 100644 --- a/.github/workflows/release-spec-v1.yml +++ b/.github/workflows/release-spec-v1.yml @@ -70,7 +70,7 @@ jobs: ref: ${{ inputs.branch }} token: ${{secrets.api_bot_pat}} - name: Download artifact - uses: actions/download-artifact@v6 + uses: actions/download-artifact@v7 with: name: openapi-v1-${{ inputs.env }} github-token: ${{ secrets.api_bot_pat }} diff --git a/.github/workflows/release-spec.yml b/.github/workflows/release-spec.yml index b9fb83d410..e324150fd4 100644 --- a/.github/workflows/release-spec.yml +++ b/.github/workflows/release-spec.yml @@ -125,13 +125,13 @@ jobs: changelog/internal/changelog-all.json changelog/internal/metadata.json - name: Download openapi-foas - uses: actions/download-artifact@v6 + uses: actions/download-artifact@v7 with: name: openapi-foas-${{ inputs.env }} github-token: ${{ secrets.api_bot_pat }} run-id: ${{ github.run_id }} - name: Download release scripts - uses: actions/download-artifact@v6 + uses: actions/download-artifact@v7 with: name: release-scripts github-token: ${{ secrets.api_bot_pat }} diff --git a/.github/workflows/required-spec-validations.yml b/.github/workflows/required-spec-validations.yml index d866a274ed..e3edd96614 100644 --- a/.github/workflows/required-spec-validations.yml +++ b/.github/workflows/required-spec-validations.yml @@ -30,7 +30,7 @@ jobs: - name: Install npm dependencies run: npm install - name: Download openapi-foas - uses: actions/download-artifact@v6 + uses: actions/download-artifact@v7 with: name: openapi-foas-${{ inputs.env }} github-token: ${{ secrets.api_bot_pat }} @@ -52,7 +52,7 @@ jobs: token: ${{ secrets.api_bot_pat }} path: 'atlas-sdk-go' - name: Download openapi-foas - uses: actions/download-artifact@v6 + uses: actions/download-artifact@v7 with: name: openapi-foas-${{ inputs.env }} github-token: ${{ secrets.api_bot_pat }}