Skip to content

Commit 4b089a3

Browse files
authored
chore: upgrade actions/upload-artifact and actions/download-artifact (#2328)
Signed-off-by: Nic <[email protected]>
1 parent 8d33cf0 commit 4b089a3

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

.github/workflows/e2e-test-ci-v2-cron-dev.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ jobs:
120120
| pigz > docker-dev.tar.gz
121121
122122
- name: cache
123-
uses: actions/upload-artifact@v3
123+
uses: actions/upload-artifact@v4
124124
with:
125125
name: docker-dev.tar.gz
126126
path: docker-dev.tar.gz
@@ -173,7 +173,7 @@ jobs:
173173
sudo cp ~/go/bin/ginkgo /usr/local/bin
174174
175175
- name: cache
176-
uses: actions/download-artifact@v3
176+
uses: actions/download-artifact@v4
177177
with:
178178
name: docker-dev.tar.gz
179179

.github/workflows/e2e-test-ci-v2-cron.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ jobs:
119119
| pigz > docker-v2.tar.gz
120120
121121
- name: cache
122-
uses: actions/upload-artifact@v3
122+
uses: actions/upload-artifact@v4
123123
with:
124124
name: docker-v2.tar.gz
125125
path: docker-v2.tar.gz
@@ -172,7 +172,7 @@ jobs:
172172
sudo cp ~/go/bin/ginkgo /usr/local/bin
173173
174174
- name: cache
175-
uses: actions/download-artifact@v3
175+
uses: actions/download-artifact@v4
176176
with:
177177
name: docker-v2.tar.gz
178178

.github/workflows/e2e-test-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ jobs:
120120
| pigz > docker.tar.gz
121121
122122
- name: cache
123-
uses: actions/upload-artifact@v3
123+
uses: actions/upload-artifact@v4
124124
with:
125125
name: docker.tar.gz
126126
path: docker.tar.gz
@@ -175,7 +175,7 @@ jobs:
175175
sudo cp ~/go/bin/ginkgo /usr/local/bin
176176
177177
- name: cache
178-
uses: actions/download-artifact@v3
178+
uses: actions/download-artifact@v4
179179
with:
180180
name: docker.tar.gz
181181

.github/workflows/k8s-timer-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ jobs:
109109
| pigz > docker.tar.gz
110110
111111
- name: cache
112-
uses: actions/upload-artifact@v3
112+
uses: actions/upload-artifact@v4
113113
with:
114114
name: docker.tar.gz
115115
path: docker.tar.gz
@@ -157,7 +157,7 @@ jobs:
157157
sudo cp ~/go/bin/ginkgo /usr/local/bin
158158
159159
- name: cache
160-
uses: actions/download-artifact@v3
160+
uses: actions/download-artifact@v4
161161
with:
162162
name: docker.tar.gz
163163

0 commit comments

Comments
 (0)