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 6c280f0 commit db42af8Copy full SHA for db42af8
.github/workflows/maven.yml
@@ -45,7 +45,7 @@ jobs:
45
with:
46
run: mvn clean verify -Pits -Dtycho.p2.baselineMode=failCommon --batch-mode
47
- name: Upload Test Results
48
- uses: actions/upload-artifact@1eb3cb2b3e0f29609092a73eb033bb759a334595 # v4.1.0
+ uses: actions/upload-artifact@694cdabd8bdb0f10b2cea11669e1bf5453eed0a6 # v4.2.0
49
50
name: test-results-${{ matrix.os }}
51
if-no-files-found: error
@@ -56,7 +56,7 @@ jobs:
56
runs-on: ubuntu-latest
57
steps:
58
- name: Upload
59
60
61
name: Event File
62
path: ${{ github.event_path }}
0 commit comments