Merge pull request #17148 from jmhbnz/fix-artifact-upload

Fix artifact upload github action for compatibility with v4.0
This commit is contained in:
Benjamin Wang
2023-12-21 13:54:12 +00:00
committed by GitHub
4 changed files with 5 additions and 4 deletions

View File

@@ -66,7 +66,8 @@ jobs:
exit 1
;;
esac
- uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1.3
- uses: actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392 # v4.0.0
if: always()
with:
name: "${{ matrix.target }}"
path: ./**/junit_*.xml