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 013dcee commit c0014ccCopy full SHA for c0014cc
.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@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0
+ uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
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