Skip to content

Commit 48d5451

Browse files
committed
bump actions/upload-artifact to version v4
[git-p4: depot-paths = "//dev/main.cpp/": change = 113952]
1 parent ba3c234 commit 48d5451

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2020, 2024, 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.
@@ -84,14 +84,14 @@ jobs:
8484
8585
# Capture logs and test reports for diagnosing failures
8686
- name: Capture test logs
87-
uses: actions/upload-artifact@v3
87+
uses: actions/upload-artifact@v4
8888
if: failure()
8989
with:
9090
name: build-output
9191
path: build\**\*.log
9292

9393
- name: Capture test reports
94-
uses: actions/upload-artifact@v3
94+
uses: actions/upload-artifact@v4
9595
if: failure()
9696
with:
9797
name: test-reports

0 commit comments

Comments
 (0)