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 8f5e8fd commit 1403c44Copy full SHA for 1403c44
.github/workflows/maven.yml
@@ -18,7 +18,7 @@ jobs:
18
runs-on: ubuntu-latest
19
steps:
20
- name: Upload
21
- uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0
+ uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
22
with:
23
name: Event File
24
path: ${{ github.event_path }}
@@ -88,7 +88,7 @@ jobs:
88
integration-test
89
- name: Upload Test Results for ${{ matrix.config.name }} / Java-${{ matrix.java }}
90
if: always()
91
92
93
name: test-results-${{ matrix.config.native }}-java${{ matrix.java }}
94
if-no-files-found: warn
0 commit comments