Skip to content

Commit

Permalink
fixup! ci: update upload action to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
VJanKraemer committed Sep 17, 2024
1 parent 5c0c8c5 commit 42a1e21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/build-cmake-preset/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ runs:
shell: bash

- name: stash test reports ${{ inputs.preset-name }}
if: ${{ inputs.upload-testlog == 'true' }} && ${{ inputs.job-name != "" }}
if: ${{ inputs.upload-testlog == 'true' }} && ${{ inputs.job-name != '' }}
uses: actions/upload-artifact@v4
with:
name: "${{ inputs.testlog-name }}-test-results"
Expand Down

0 comments on commit 42a1e21

Please sign in to comment.