We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77acd96 commit 4cccdd4Copy full SHA for 4cccdd4
.github/workflows/maven.yml
@@ -51,7 +51,7 @@ jobs:
51
-Dmaven.test.failure.ignore=true
52
-Dtycho.surefire.deleteWorkDir=true
53
- name: Upload Test Results
54
- uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
+ uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
55
with:
56
name: test-results-${{ matrix.os }}
57
if-no-files-found: warn
@@ -62,7 +62,7 @@ jobs:
62
runs-on: ubuntu-latest
63
steps:
64
- name: Upload
65
66
67
name: Event File
68
path: ${{ github.event_path }}
0 commit comments