Skip to content

Commit 35d29fe

Browse files
committed
Revert "Merge pull request #15 from DUNE-DAQ/dependabot/github_actions/actions/upload-artifact-7"
This reverts commit 66ae657, reversing changes made to 07f224f.
1 parent 66ae657 commit 35d29fe

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/dunedaq-develop-cpp-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ jobs:
136136
dbt-build # --unittest done elsewhere; --lint unavailable due to llvm being too large for images
137137
138138
- name: upload build log file
139-
uses: actions/upload-artifact@v7
139+
uses: actions/upload-artifact@v6
140140
with:
141141
name: build_log_${{ matrix.os_name }}
142142
path: ${{ github.workspace }}/dev-${{ matrix.os_name }}/log/build*.log

0 commit comments

Comments
 (0)