Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/docker_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
docker image save kafka-ui:temp > /tmp/image.tar

- name: Upload docker image
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # infered from @v4
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # infered from @v4
with:
name: image
path: /tmp/image.tar
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/e2e-run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
-Pversion=latest

- name: Upload build artifacts
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # infered from @v4
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # infered from @v4
with:
name: artifacts
path: |
Expand All @@ -58,7 +58,7 @@ jobs:
docker image save ghcr.io/kafbat/kafka-ui:latest > /tmp/image.tar

- name: Upload docker image
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # infered from @v4
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # infered from @v4
with:
name: image
path: /tmp/image.tar
Expand Down Expand Up @@ -121,15 +121,15 @@ jobs:

- name: Upload allure reports artifact
if: '!cancelled()'
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # infered from @v4
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # infered from @v4
with:
name: reports
path: ./e2e-tests/build/allure-results
retention-days: 7

- name: Upload selenide results artifact
if: failure()
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # infered from @v4
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # infered from @v4
with:
name: selenide-results
path: ./e2e-tests/build/selenide-results
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
-Pversion=$version

- name: Upload jar
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # infered from @v4
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # infered from @v4
with:
name: kafbat-ui-${{ steps.build.outputs.version }}
path: api/build/libs/api-${{ steps.build.outputs.version }}.jar
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
tag: ${{ github.event.release.tag_name }}

- name: Archive JAR
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # infered from @v4
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # infered from @v4
with:
name: kafbat-ui-${{ steps.build.outputs.version }}
path: api/build/libs/api-${{ steps.build.outputs.version }}.jar
Expand Down
Loading