We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b220682 commit 6c68c7aCopy full SHA for 6c68c7a
.github/workflows/nightly-windows-master.yml
@@ -19,7 +19,7 @@ jobs:
19
test_filter:
20
- 'blackbox'
21
- 'unittest'
22
- uses: eProsima/Fast-DDS/.github/workflows/reusable-windows-ci.yml@master
+ uses: eProsima/Fast-DDS/.github/workflows/reusable-windows-ci.yml@ci/split-tests
23
with:
24
label: nightly-sec-${{ matrix.security }}-${{ matrix.cmake_build_type }}-${{ matrix.test_filter }}-windows-ci-master
25
cmake-config: ${{ matrix.cmake_build_type }}
.github/workflows/reusable-windows-ci.yml
@@ -121,7 +121,7 @@ jobs:
121
workspace: ${{ github.workspace }}
122
123
- name: Upload build workspace
124
- uses: eProsima/eProsima-CI/external/upload-artifact@v0
+ uses: actions/upload-artifact@v3
125
126
name: build_workspace_${{ inputs.label }}
127
path: ${{ github.workspace }}
0 commit comments