File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 91
91
echo 'No version increments required'
92
92
fi
93
93
94
- - uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
94
+ - uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
95
95
if : always()
96
96
with :
97
97
name : versions-git-patch
Original file line number Diff line number Diff line change 29
29
runs-on : ubuntu-latest
30
30
steps :
31
31
- name : Upload
32
- uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
32
+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
33
33
with :
34
34
name : Event File
35
35
path : ${{ github.event_path }}
88
88
${{ inputs.maven-goals }}
89
89
- name : Upload Test Results for ${{ matrix.config.name }}
90
90
if : always()
91
- uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
91
+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
92
92
with :
93
93
name : test-results-${{ matrix.config.os }}
94
94
if-no-files-found : warn
You can’t perform that action at this time.
0 commit comments