We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8fc5b01 commit 3a9a6abCopy full SHA for 3a9a6ab
.github/workflows/build.yml
@@ -1,4 +1,4 @@
1
-# Copyright 2020, 2023, Oracle Corporation and/or its affiliates.
+# Copyright 2020, 2025, Oracle Corporation and/or its affiliates.
2
#
3
# Licensed under the Universal Permissive License v 1.0 as shown at
4
# https://oss.oracle.com/licenses/upl.
@@ -86,14 +86,14 @@ jobs:
86
87
# Capture logs and test reports for diagnosing failures
88
- name: Capture test logs
89
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
90
if: failure()
91
with:
92
name: build-output
93
path: build\**\*.log
94
95
- name: Capture test reports
96
97
98
99
name: test-reports
0 commit comments