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 b128c37 commit f514b9aCopy full SHA for f514b9a
.github/workflows/maven.yml
@@ -51,7 +51,7 @@ jobs:
51
-Dmaven.test.error.ignore=true -Dmaven.test.failure.ignore=true
52
-Dtycho.surefire.deleteWorkDir=true
53
- name: Upload Test Results
54
- uses: actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4.3.6
+ uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.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