Skip to content

Commit 56d456c

Browse files
authored
Bump up version for upload-artifact to fix the build (#202)
Signed-off-by: Chenyang Ji <cyji@amazon.com>
1 parent 210ce5d commit 56d456c

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.github/workflows/ci.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -57,14 +57,14 @@ jobs:
5757
token: ${{ secrets.CODECOV_TOKEN }}
5858

5959
- name: Upload failed logs
60-
uses: actions/upload-artifact@v3
60+
uses: actions/upload-artifact@v4
6161
if: failure()
6262
with:
6363
name: logs-ubuntu
6464
path: build/testclusters/integTest-*/logs/*
6565

6666
- name: Upload Artifacts
67-
uses: actions/upload-artifact@v3
67+
uses: actions/upload-artifact@v4
6868
with:
6969
name: query-insights-plugin-${{ matrix.os }}
7070
path: query-insights-artifacts
@@ -115,21 +115,21 @@ jobs:
115115
cp ./build/distributions/*.zip query-insights-artifacts
116116
117117
- name: Upload failed logs
118-
uses: actions/upload-artifact@v3
118+
uses: actions/upload-artifact@v4
119119
if: ${{ failure() && matrix.os == 'macos-latest' }}
120120
with:
121121
name: logs-mac
122122
path: build/testclusters/integTest-*/logs/*
123123

124124
- name: Upload failed logs
125-
uses: actions/upload-artifact@v3
125+
uses: actions/upload-artifact@v4
126126
if: ${{ failure() && matrix.os == 'windows-latest' }}
127127
with:
128128
name: logs-windows
129129
path: build\testclusters\integTest-*\logs\*
130130

131131
- name: Upload Artifacts
132-
uses: actions/upload-artifact@v3
132+
uses: actions/upload-artifact@v4
133133
with:
134134
name: query-insights-plugin-${{ matrix.os }}
135135
path: query-insights-artifacts

.github/workflows/integ-tests-with-security.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
4747
- name: Upload test reports
4848
if: ${{ always() }}
49-
uses: actions/upload-artifact@v3
49+
uses: actions/upload-artifact@v4
5050
continue-on-error: true
5151
with:
5252
name: test-reports-${{ matrix.os }}-${{ matrix.java }}
@@ -78,7 +78,7 @@ jobs:
7878

7979
- name: Upload test reports
8080
if: ${{ always() }}
81-
uses: actions/upload-artifact@v3
81+
uses: actions/upload-artifact@v4
8282
continue-on-error: true
8383
with:
8484
name: test-reports-${{ matrix.os }}-${{ matrix.java }}

0 commit comments

Comments
 (0)