Skip to content

Commit

Permalink
Move to v4 for upload-artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
tvami committed Sep 25, 2024
1 parent f46a9d1 commit a591d42
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/asan_ubsan_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,11 @@ jobs:
just setenv LDMX_RUN_NUMBER=1
export LDMX_NUM_EVENTS=15
export LDMX_RUN_NUMBER=1
just fire ${GITHUB_WORKSPACE}/.github/validation_samples/ecal_pn/config.py 2> output.log
just fire ${GITHUB_WORKSPACE}/.github/validation_samples/ecal_pn/config.py 2> output.log
shell: bash

- name: Upload output artifact
uses: actions/upload-artifact@v3
- name: Upload log artifact
uses: actions/upload-artifact@v4
with:
name: ASAN_UBSAN-output
name: ASAN_UBSAN_output
path: output.log

0 comments on commit a591d42

Please sign in to comment.