Skip to content

Commit

Permalink
Syncing .github/workflows/dunedaq-develop-cpp-ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewmogan committed Nov 6, 2024
1 parent 8a409bb commit 4f08f75
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/dunedaq-develop-cpp-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,19 +72,19 @@ jobs:
dbt-build # --unittest # --lint
- name: upload build log file
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: build_log_${{ matrix.os_name }}
path: ${{ github.workspace }}/dev-${{ matrix.os_name }}/log/build*.log

# - name: upload linter output file
# uses: actions/upload-artifact@v3
# uses: actions/upload-artifact@v4
# with:
# name: linting_log_${{ matrix.os_name }}
# path: ${{ github.workspace }}/dev-${{ matrix.os_name }}/log/linting*

# - name: upload unittest output file
# uses: actions/upload-artifact@v3
# uses: actions/upload-artifact@v4
# with:
# name: unit_tests_log_${{ matrix.os_name }}
# path: ${{ github.workspace }}/dev-${{ matrix.os_name }}/log/unit_tests*

0 comments on commit 4f08f75

Please sign in to comment.