We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3cd654 commit 9af5248Copy full SHA for 9af5248
.github/workflows/maven.yml
@@ -22,7 +22,7 @@ jobs:
22
runs-on: ubuntu-latest
23
steps:
24
- name: Upload
25
- uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
+ uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
26
with:
27
name: Event File
28
path: ${{ github.event_path }}
@@ -92,7 +92,7 @@ jobs:
92
integration-test
93
- name: Upload Test Results for ${{ matrix.config.name }} / Java-${{ matrix.java }}
94
if: always()
95
96
97
name: test-results-${{ matrix.config.native }}-java${{ matrix.java }}
98
if-no-files-found: warn
0 commit comments