From cf1005e9c61cd8b7443b4b7d50f888ef6fb101f0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Oct 2025 21:03:00 +0000 Subject: [PATCH] chore: bump actions/download-artifact from 5 to 6 Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 5 to 6. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v5...v6) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '6' 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 ce21545a1c..828099b5c4 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@v5 + uses: actions/download-artifact@v6 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 369830f595..266585687b 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@v5 + uses: actions/download-artifact@v6 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 66ec2f9ab0..8ec605257d 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@v5 + uses: actions/download-artifact@v6 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 a834e485da..581b3ba168 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@v5 + uses: actions/download-artifact@v6 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@v5 + uses: actions/download-artifact@v6 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@v5 + uses: actions/download-artifact@v6 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 09baca55dd..66fc8b40d2 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@v5 + uses: actions/download-artifact@v6 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 274e46d0ae..10187ae431 100644 --- a/.github/workflows/release-spec-v1.yml +++ b/.github/workflows/release-spec-v1.yml @@ -69,7 +69,7 @@ jobs: ref: ${{ inputs.branch }} token: ${{secrets.api_bot_pat}} - name: Download artifact - uses: actions/download-artifact@v5 + uses: actions/download-artifact@v6 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 377f4ae2e7..d9c4c3225e 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@v5 + uses: actions/download-artifact@v6 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@v5 + uses: actions/download-artifact@v6 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 fa9cfb2583..1659cf54d2 100644 --- a/.github/workflows/required-spec-validations.yml +++ b/.github/workflows/required-spec-validations.yml @@ -31,7 +31,7 @@ jobs: - name: Install npm dependencies run: npm install - name: Download openapi-foas - uses: actions/download-artifact@v5 + uses: actions/download-artifact@v6 with: name: openapi-foas-${{ inputs.env }} github-token: ${{ secrets.api_bot_pat }} @@ -53,7 +53,7 @@ jobs: token: ${{ secrets.api_bot_pat }} path: 'atlas-sdk-go' - name: Download openapi-foas - uses: actions/download-artifact@v5 + uses: actions/download-artifact@v6 with: name: openapi-foas-${{ inputs.env }} github-token: ${{ secrets.api_bot_pat }}