We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9901c56 commit 7f46f8eCopy full SHA for 7f46f8e
.github/workflows/maven.yml
@@ -18,7 +18,7 @@ jobs:
18
runs-on: ubuntu-latest
19
steps:
20
- name: Upload
21
- uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
+ uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0
22
with:
23
name: Event File
24
path: ${{ github.event_path }}
@@ -86,7 +86,7 @@ jobs:
86
integration-test
87
- name: Upload Test Results for ${{ matrix.config.name }} / Java-${{ matrix.java }}
88
if: always()
89
90
91
name: test-results-${{ matrix.config.native }}-java${{ matrix.java }}
92
if-no-files-found: warn
0 commit comments