Skip to content

Commit 114d4c9

Browse files
authored
Bump all upload/download artifact GHAs to v4 (#420)
1 parent 77554f6 commit 114d4c9

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.github/workflows/build.yml

+6-6
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424

2525
- name: Upload
2626
if: ${{ github.event_name == 'release' }}
27-
uses: actions/upload-artifact@v3
27+
uses: actions/upload-artifact@v4
2828
with:
2929
name: cri-dockerd
3030
retention-days: 5
@@ -51,7 +51,7 @@ jobs:
5151
run: make deb
5252

5353
- name: Upload
54-
uses: actions/upload-artifact@v3
54+
uses: actions/upload-artifact@v4
5555
with:
5656
name: cri-dockerd
5757
retention-days: 5
@@ -78,7 +78,7 @@ jobs:
7878
run: make rpm
7979

8080
- name: Upload
81-
uses: actions/upload-artifact@v3
81+
uses: actions/upload-artifact@v4
8282
with:
8383
name: cri-dockerd
8484
retention-days: 5
@@ -105,7 +105,7 @@ jobs:
105105
run: make cross-arm
106106

107107
- name: Upload
108-
uses: actions/upload-artifact@v3
108+
uses: actions/upload-artifact@v4
109109
with:
110110
name: cri-dockerd
111111
retention-days: 5
@@ -132,7 +132,7 @@ jobs:
132132

133133
- name: Upload
134134
if: ${{ github.event_name == 'release' }}
135-
uses: actions/upload-artifact@v3
135+
uses: actions/upload-artifact@v4
136136
with:
137137
name: cri-dockerd
138138
retention-days: 5
@@ -159,7 +159,7 @@ jobs:
159159

160160
- name: Upload
161161
if: ${{ github.event_name == 'release' }}
162-
uses: actions/upload-artifact@v3
162+
uses: actions/upload-artifact@v4
163163
with:
164164
name: cri-dockerd
165165
retention-days: 5

.github/workflows/publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
publish-binaries:
88
runs-on: ubuntu-latest
99
steps:
10-
- uses: actions/download-artifact@v3
10+
- uses: actions/download-artifact@v4
1111
with:
1212
name: cri-dockerd
1313
- name: Push binaries

0 commit comments

Comments
 (0)