Skip to content

Commit 260cdd9

Browse files
authored
Merge pull request #461 from gravitl/dependabot/github_actions/dot-github/workflows/actions/download-artifact-4.1.7
Bump actions/download-artifact from 3 to 4.1.7 in /.github/workflows
2 parents 4b368b7 + 0dda724 commit 260cdd9

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/branchtest.yml

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

.github/workflows/dailytest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ jobs:
195195
repository: gravitl/devops
196196
ref: ${{ github.ref }}
197197
- name: get logs
198-
uses: actions/download-artifact@v3
198+
uses: actions/download-artifact@v4.1.7
199199
with:
200200
path: /tmp
201201
- 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)