Skip to content

Commit 54a6ca7

Browse files
dependabot[bot]cwperks
authored andcommitted
Bump actions/upload-artifact from 4 to 5 (opensearch-project#5740)
Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: Craig Perkins <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Craig Perkins <[email protected]> Signed-off-by: Dennis Toepker <[email protected]>
1 parent 23117b8 commit 54a6ca7

File tree

3 files changed

+9
-8
lines changed

3 files changed

+9
-8
lines changed

.github/workflows/ci.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
arguments: |
6666
${{ matrix.gradle_task }} -Dbuild.snapshot=false
6767
68-
- uses: actions/upload-artifact@v4
68+
- uses: actions/upload-artifact@v5
6969
if: always()
7070
with:
7171
name: ${{ matrix.platform }}-JDK${{ matrix.jdk }}-${{ matrix.gradle_task }}-reports
@@ -108,7 +108,7 @@ jobs:
108108
arguments: |
109109
${{ matrix.gradle_task }} -Dbuild.snapshot=false
110110
111-
- uses: actions/upload-artifact@v4
111+
- uses: actions/upload-artifact@v5
112112
if: always()
113113
with:
114114
name: ${{ matrix.platform }}-JDK${{ matrix.jdk }}-${{ matrix.gradle_task }}-reports
@@ -165,7 +165,7 @@ jobs:
165165
arguments: |
166166
:integrationTest -Dbuild.snapshot=false
167167
168-
- uses: actions/upload-artifact@v4
168+
- uses: actions/upload-artifact@v5
169169
if: always()
170170
with:
171171
name: integration-${{ matrix.platform }}-JDK${{ matrix.jdk }}-reports
@@ -208,7 +208,7 @@ jobs:
208208
arguments: |
209209
:integrationTest -Dbuild.snapshot=false
210210
211-
- uses: actions/upload-artifact@v4
211+
- uses: actions/upload-artifact@v5
212212
if: always()
213213
with:
214214
name: integration-${{ matrix.platform }}-JDK${{ matrix.jdk }}-reports
@@ -250,7 +250,7 @@ jobs:
250250
arguments: |
251251
:opensearch-sample-resource-plugin:integrationTest -Dbuild.snapshot=false
252252
253-
- uses: actions/upload-artifact@v4
253+
- uses: actions/upload-artifact@v5
254254
if: always()
255255
with:
256256
name: sample-plugin-integration-${{ matrix.platform }}-JDK${{ matrix.jdk }}-reports
@@ -282,7 +282,7 @@ jobs:
282282
arguments: |
283283
:opensearch-sample-resource-plugin:integrationTest -Dbuild.snapshot=false
284284
285-
- uses: actions/upload-artifact@v4
285+
- uses: actions/upload-artifact@v5
286286
if: always()
287287
with:
288288
name: sample-plugin-integration-${{ matrix.platform }}-JDK${{ matrix.jdk }}-reports
@@ -384,7 +384,7 @@ jobs:
384384
java-version: 21
385385
- run: ./gradlew clean buildHealth
386386

387-
- uses: actions/upload-artifact@v4
387+
- uses: actions/upload-artifact@v5
388388
if: always()
389389
with:
390390
name: dependency-analysis

.github/workflows/integration-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424

2525
- run: ./gradlew test
2626

27-
- uses: actions/upload-artifact@v4
27+
- uses: actions/upload-artifact@v5
2828
if: always()
2929
with:
3030
name: ${{ matrix.jdk }}-${{ matrix.test-run }}-reports

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
3838
- Bump `com.github.spotbugs` from 6.4.2 to 6.4.4 ([#5727](https://github.com/opensearch-project/security/pull/5727))
3939
- Bump `com.autonomousapps.build-health` from 3.0.4 to 3.1.0 ([#5726](https://github.com/opensearch-project/security/pull/5726))
4040
- Bump `spring_version` from 6.2.11 to 6.2.12 ([#5725](https://github.com/opensearch-project/security/pull/5725))
41+
- Bump `actions/upload-artifact` from 4 to 5 ([#5740](https://github.com/opensearch-project/security/pull/5740))
4142
- Bump `actions/download-artifact` from 5 to 6 ([#5739](https://github.com/opensearch-project/security/pull/5739))
4243
- Bump `com.google.googlejavaformat:google-java-format` from 1.28.0 to 1.30.0 ([#5741](https://github.com/opensearch-project/security/pull/5741))
4344

0 commit comments

Comments
 (0)