Skip to content

Commit b6fb3fd

Browse files
chore(deps-dev): update actions/download-artifact action to v8
1 parent 7bb7875 commit b6fb3fd

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/pr-build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ jobs:
159159
with:
160160
version: v0.17.0
161161
- name: Download apollo-controller container
162-
uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0
162+
uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
163163
with:
164164
name: apollo-controller-container
165165
path: /tmp
@@ -210,7 +210,7 @@ jobs:
210210
uses: helm/kind-action@ef37e7f390d99f746eb8b610417061a60e82a6cc # v1.14.0
211211

212212
- name: Download apollo-controller container
213-
uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0
213+
uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
214214
with:
215215
name: apollo-controller-container
216216
path: /tmp

.github/workflows/report-on-vulnerabilities.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
- name: Checkout
6666
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
6767
- name: Download scan
68-
uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0
68+
uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
6969
with:
7070
name: scan.json
7171
- name: Set scan output

0 commit comments

Comments
 (0)