Skip to content

Commit 426d1cd

Browse files
Bump actions/upload-artifact from 4.6.1 to 4.6.2
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.6.1 to 4.6.2. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@4cec3d8...ea165f8) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent ce72eaf commit 426d1cd

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

.github/workflows/docker_build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181
docker image save kafka-ui:temp > /tmp/image.tar
8282
8383
- name: Upload docker image
84-
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # infered from @v4
84+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # infered from @v4
8585
with:
8686
name: image
8787
path: /tmp/image.tar

.github/workflows/e2e-run.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
-Pversion=latest
4545
4646
- name: Upload build artifacts
47-
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # infered from @v4
47+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # infered from @v4
4848
with:
4949
name: artifacts
5050
path: |
@@ -58,7 +58,7 @@ jobs:
5858
docker image save ghcr.io/kafbat/kafka-ui:latest > /tmp/image.tar
5959
6060
- name: Upload docker image
61-
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # infered from @v4
61+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # infered from @v4
6262
with:
6363
name: image
6464
path: /tmp/image.tar
@@ -121,15 +121,15 @@ jobs:
121121
122122
- name: Upload allure reports artifact
123123
if: '!cancelled()'
124-
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # infered from @v4
124+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # infered from @v4
125125
with:
126126
name: reports
127127
path: ./e2e-tests/build/allure-results
128128
retention-days: 7
129129

130130
- name: Upload selenide results artifact
131131
if: failure()
132-
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # infered from @v4
132+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # infered from @v4
133133
with:
134134
name: selenide-results
135135
path: ./e2e-tests/build/selenide-results

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
-Pversion=$version
4444
4545
- name: Upload jar
46-
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # infered from @v4
46+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # infered from @v4
4747
with:
4848
name: kafbat-ui-${{ steps.build.outputs.version }}
4949
path: api/build/libs/api-${{ steps.build.outputs.version }}.jar

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
tag: ${{ github.event.release.tag_name }}
5151

5252
- name: Archive JAR
53-
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # infered from @v4
53+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # infered from @v4
5454
with:
5555
name: kafbat-ui-${{ steps.build.outputs.version }}
5656
path: api/build/libs/api-${{ steps.build.outputs.version }}.jar

0 commit comments

Comments
 (0)