Skip to content

Commit 3a9a6ab

Browse files
committed
bump actions/upload-artifact to version v4 (cpp/14.1.2.0 cl 113954 --> 14.1.1.0)
[git-p4: depot-paths = "//dev/release.cpp/coherence-cpp-v14.1.1.0/": change = 113955]
1 parent 8fc5b01 commit 3a9a6ab

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2020, 2023, Oracle Corporation and/or its affiliates.
1+
# Copyright 2020, 2025, Oracle Corporation and/or its affiliates.
22
#
33
# Licensed under the Universal Permissive License v 1.0 as shown at
44
# https://oss.oracle.com/licenses/upl.
@@ -86,14 +86,14 @@ jobs:
8686
8787
# Capture logs and test reports for diagnosing failures
8888
- name: Capture test logs
89-
uses: actions/upload-artifact@v3
89+
uses: actions/upload-artifact@v4
9090
if: failure()
9191
with:
9292
name: build-output
9393
path: build\**\*.log
9494

9595
- name: Capture test reports
96-
uses: actions/upload-artifact@v3
96+
uses: actions/upload-artifact@v4
9797
if: failure()
9898
with:
9999
name: test-reports

0 commit comments

Comments
 (0)