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 286df70 commit 1de7068Copy full SHA for 1de7068
.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@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
+ uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.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