mirror of
https://github.com/slimtoolkit/slim.git
synced 2025-06-03 04:00:23 +00:00
Bump actions/download-artifact from 4.1.8 to 4.3.0
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](https://github.com/actions/download-artifact/compare/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] <support@github.com>
This commit is contained in:
parent
caccc1233c
commit
db297abc62
4
.github/workflows/acceptance-testing-e2e.yml
vendored
4
.github/workflows/acceptance-testing-e2e.yml
vendored
@ -72,7 +72,7 @@ jobs:
|
||||
go-version: '1.21.4'
|
||||
|
||||
- name: Download Slim app binaries
|
||||
uses: actions/download-artifact@v4.1.8
|
||||
uses: actions/download-artifact@v4.3.0
|
||||
with:
|
||||
name: ${{ matrix.bin_artifacts }}
|
||||
path: bin
|
||||
@ -125,7 +125,7 @@ jobs:
|
||||
path: e2e
|
||||
|
||||
- name: Download Slim app binaries
|
||||
uses: actions/download-artifact@v4.1.8
|
||||
uses: actions/download-artifact@v4.3.0
|
||||
with:
|
||||
name: ${{ matrix.bin_artifacts }}
|
||||
path: bin
|
||||
|
Loading…
Reference in New Issue
Block a user