Skip to content

Commit 5aeecdf

Browse files
authored
Merge pull request #24 from mintoolkit/dependabot/github_actions/actions/download-artifact-4.1.7
Bump actions/download-artifact from 4.1.5 to 4.1.7
2 parents 126d52f + db2550e commit 5aeecdf

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/[email protected].5
75+
uses: actions/[email protected].7
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/[email protected].5
128+
uses: actions/[email protected].7
129129
with:
130130
name: ${{ matrix.bin_artifacts }}
131131
path: bin

0 commit comments

Comments
 (0)