Skip to content

Commit b1c3b23

Browse files
Bump actions/download-artifact from 4.1.8 to 4.3.0 (#120)
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4.1.8 to 4.3.0. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v4.1.8...v4.3.0) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: 4.3.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 948acc5 commit b1c3b23

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/acceptance-testing-e2e.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
go-version: '1.21.4'
7373

7474
- name: Download Slim app binaries
75-
uses: actions/download-artifact@v4.1.8
75+
uses: actions/download-artifact@v4.3.0
7676
with:
7777
name: ${{ matrix.bin_artifacts }}
7878
path: bin
@@ -125,7 +125,7 @@ jobs:
125125
path: e2e
126126

127127
- name: Download Slim app binaries
128-
uses: actions/download-artifact@v4.1.8
128+
uses: actions/download-artifact@v4.3.0
129129
with:
130130
name: ${{ matrix.bin_artifacts }}
131131
path: bin

0 commit comments

Comments
 (0)