Skip to content

Commit 6c68c7a

Browse files
committed
Use temporary PR branch
Signed-off-by: Raul Sanchez-Mateos <[email protected]>
1 parent b220682 commit 6c68c7a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/nightly-windows-master.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
test_filter:
2020
- 'blackbox'
2121
- 'unittest'
22-
uses: eProsima/Fast-DDS/.github/workflows/reusable-windows-ci.yml@master
22+
uses: eProsima/Fast-DDS/.github/workflows/reusable-windows-ci.yml@ci/split-tests
2323
with:
2424
label: nightly-sec-${{ matrix.security }}-${{ matrix.cmake_build_type }}-${{ matrix.test_filter }}-windows-ci-master
2525
cmake-config: ${{ matrix.cmake_build_type }}

.github/workflows/reusable-windows-ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ jobs:
121121
workspace: ${{ github.workspace }}
122122

123123
- name: Upload build workspace
124-
uses: eProsima/eProsima-CI/external/upload-artifact@v0
124+
uses: actions/upload-artifact@v3
125125
with:
126126
name: build_workspace_${{ inputs.label }}
127127
path: ${{ github.workspace }}

0 commit comments

Comments
 (0)