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 412b8a1 commit e2d17cdCopy full SHA for e2d17cd
.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@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1.3
+ uses: actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392 # v4.0.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