Skip to content

Commit

Permalink
Add flag required in v4 for overwriting existing artifact, which othe…
Browse files Browse the repository at this point in the history
…rwise didn't exist in v3 but behavior has

Signed-off-by: Joyce Quach <[email protected]>
  • Loading branch information
jtquach1 committed Dec 31, 2024
1 parent 34bd674 commit 3eee661
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/verify-ec2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,9 +80,9 @@ jobs:
- name: Save Test Result JSON
uses: actions/upload-artifact@v4
with:
name: ${{ github.workflow }}-${{ env.COMMIT_SHORT_SHA }}-results
name: ${{ github.workflow }}-${{ env.COMMIT_SHORT_SHA }}-${{ matrix.suite }}-results
path: spec/results/

overwrite: true
- name: Upload ${{ matrix.suite }} to Heimdall
continue-on-error: true
run: |
Expand Down

0 comments on commit 3eee661

Please sign in to comment.