You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- uses: actions/upload-artifact@v3#upload the test results as an artifact
216
+
- uses: actions/upload-artifact@v4.4.3#uploading the artifact to the GitHub Artifacts. Link to the documentation - https://docs.github.com/en/actions/guides/storing-workflow-data-as-artifacts
217
217
with:
218
218
name: Test Results
219
219
path: ./target/surefire-reports # path to the test results
0 commit comments