Skip to content

Commit 8510ab2

Browse files
Bump actions/download-artifact from 4.1.9 to 4.2.1
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4.1.9 to 4.2.1. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@cc20338...95815c3) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent ce72eaf commit 8510ab2

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/docker_build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
token: ${{ github.token }}
2525

2626
- name: Download artifacts
27-
uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # infered from @v4
27+
uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # infered from @v4
2828
with:
2929
name: kafbat-ui-${{ inputs.version }}
3030
path: api/build/libs

.github/workflows/docker_publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
steps:
2727

2828
- name: Download docker image
29-
uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # infered from @v4
29+
uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # infered from @v4
3030
with:
3131
name: image
3232
path: /tmp

.github/workflows/e2e-run.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -83,13 +83,13 @@ jobs:
8383
cache: 'gradle'
8484

8585
- name: Download build artifacts
86-
uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # infered from @v4
86+
uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # infered from @v4
8787
with:
8888
name: artifacts
8989
path: api/build
9090

9191
- name: Download docker image
92-
uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # infered from @v4
92+
uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # infered from @v4
9393
with:
9494
name: image
9595
path: /tmp
@@ -141,7 +141,7 @@ jobs:
141141
if: ${{ !cancelled() && (github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name == github.repository) }}
142142
steps:
143143
- name: Download allure reports artifact
144-
uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # infered from @v4
144+
uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # infered from @v4
145145
with:
146146
name: reports
147147
path: ./e2e-tests/build/allure-results

0 commit comments

Comments
 (0)