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 a1db9a6 commit 6880fa1Copy full SHA for 6880fa1
.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@26f96dfa697d77e81fd5907df203aa23a56210a8 # v4.3.0
+ uses: actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3 # v4.3.1
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