diff --git a/.github/workflows/maven.yaml b/.github/workflows/maven.yaml index 6a5f0ab9..b88158a4 100644 --- a/.github/workflows/maven.yaml +++ b/.github/workflows/maven.yaml @@ -84,13 +84,13 @@ jobs: - name: Archive PR number if: github.event_name == 'pull_request' && ${{ matrix.os }} == 'ubuntu-latest' - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v6 with: name: PR_NUMBER path: PR_NUMBER.txt - name: Archive container logs - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v6 if: failure() with: name: container-logs @@ -143,7 +143,7 @@ jobs: run: TEST_CLUSTER_EXECUTION_MODE=CONTAINER mvn -Dmaven.main.skip=true -Dmaven.javadoc.skip=true -pl impl -B test -Dtest=KafkaClusterTest -Dkafka.version=${{ matrix.version }} - name: Archive container logs - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v6 if: failure() with: name: container-logs diff --git a/.github/workflows/stage_release.yaml b/.github/workflows/stage_release.yaml index 6f93076b..f4b51da2 100644 --- a/.github/workflows/stage_release.yaml +++ b/.github/workflows/stage_release.yaml @@ -150,7 +150,7 @@ jobs: '$ARGS.named' > RELEASE_STATE.json - name: 'Archive release state (used by the promote workflow)' - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v6 with: name: RELEASE_STATE.json path: RELEASE_STATE.json