Skip to content

Commit 0dda724

Browse files
Bump actions/download-artifact from 3 to 4.1.7 in /.github/workflows
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3 to 4.1.7. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v3...v4.1.7) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 3854369 commit 0dda724

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/branchtest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ jobs:
182182
repository: gravitl/devops
183183
ref: master
184184
- name: get logs
185-
uses: actions/download-artifact@v3
185+
uses: actions/download-artifact@v4.1.7
186186
with:
187187
path: /tmp
188188
- name: generate results

.github/workflows/dailytest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ jobs:
194194
repository: gravitl/devops
195195
ref: ${{ github.ref }}
196196
- name: get logs
197-
uses: actions/download-artifact@v3
197+
uses: actions/download-artifact@v4.1.7
198198
with:
199199
path: /tmp
200200
- name: generate results

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686
- name: checkout
8787
uses: actions/checkout@v3
8888
- name: get logs
89-
uses: actions/download-artifact@v3
89+
uses: actions/download-artifact@v4.1.7
9090
with:
9191
path: /tmp
9292
- name: generate results

0 commit comments

Comments
 (0)