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 f81e6c5 commit 7596c21Copy full SHA for 7596c21
.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@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
+ uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
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