From 90c290709eb288d1ae65cfd36693378400ea1f4d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Feb 2026 19:07:12 +0000 Subject: [PATCH] chore(deps): 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/integration-test.yml | 2 +- .github/workflows/nightly.yml | 2 +- .github/workflows/release.yml | 2 +- .github/workflows/snapshot.yml | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/integration-test.yml b/.github/workflows/integration-test.yml index 417e319b6..28aceb340 100644 --- a/.github/workflows/integration-test.yml +++ b/.github/workflows/integration-test.yml @@ -74,7 +74,7 @@ jobs: args: test --source . integration --cases ${{ matrix.test }} - name: Upload Flipt Service Logs - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v6 if: ${{ always() }} with: name: "build-logs-${{ env.INTEGRATION_TEST_NAME }}" diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index d88022281..4c9f41df2 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -83,7 +83,7 @@ jobs: QUILL_SIGN_P12: ${{ secrets.QUILL_SIGN_P12 }} QUILL_SIGN_PASSWORD: ${{ secrets.QUILL_SIGN_PASSWORD }} - - uses: actions/upload-artifact@v4 + - uses: actions/upload-artifact@v6 with: name: flipt-nightly-${{ matrix.name }} path: dist/flipt_${{ matrix.name }}_*/flipt diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b265050ab..8e75d8296 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -83,7 +83,7 @@ jobs: QUILL_SIGN_PASSWORD: ${{ secrets.QUILL_SIGN_PASSWORD }} ANTHROPIC_API_KEY: ${{ secrets.ANTHROPIC_API_KEY }} - - uses: actions/upload-artifact@v4 + - uses: actions/upload-artifact@v6 with: name: flipt-${{ matrix.name }} path: dist/flipt_${{ matrix.name }}_*/flipt diff --git a/.github/workflows/snapshot.yml b/.github/workflows/snapshot.yml index 635d45b19..a285c6b89 100644 --- a/.github/workflows/snapshot.yml +++ b/.github/workflows/snapshot.yml @@ -76,7 +76,7 @@ jobs: QUILL_SIGN_P12: ${{ secrets.QUILL_SIGN_P12 }} QUILL_SIGN_PASSWORD: ${{ secrets.QUILL_SIGN_PASSWORD }} - - uses: actions/upload-artifact@v4 + - uses: actions/upload-artifact@v6 with: name: flipt-snapshot-${{ matrix.name }} path: dist/flipt_${{ matrix.name }}_*/flipt @@ -123,7 +123,7 @@ jobs: GORELEASER_KEY: ${{ secrets.GORELEASER_KEY }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - - uses: actions/upload-artifact@v4 + - uses: actions/upload-artifact@v6 with: name: flipt-snapshot path: dist/*