We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba3c234 commit 48d5451Copy full SHA for 48d5451
.github/workflows/build.yml
@@ -1,4 +1,4 @@
1
-# Copyright 2020, 2024, 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.
@@ -84,14 +84,14 @@ jobs:
84
85
# Capture logs and test reports for diagnosing failures
86
- name: Capture test logs
87
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
88
if: failure()
89
with:
90
name: build-output
91
path: build\**\*.log
92
93
- name: Capture test reports
94
95
96
97
name: test-reports
0 commit comments