Commit 2feda68 1 parent 0dd66ba commit 2feda68 Copy full SHA for 2feda68
File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 76
76
echo 'No version increments required'
77
77
fi
78
78
79
- - uses : actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
79
+ - uses : actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0
80
80
if : always()
81
81
with :
82
82
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@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
32
+ uses : actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0
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@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
91
+ uses : actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0
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