File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -38,11 +38,11 @@ jobs:
3838 - make-binary
3939 steps :
4040 - name : Download Linux Bin
41- uses : actions/download-artifact@v3
41+ uses : actions/download-artifact@v4
4242 with :
4343 name : ${{ env.LINUX_BIN_PATH }}
4444 - name : Download Macos Bin
45- uses : actions/download-artifact@v3
45+ uses : actions/download-artifact@v4
4646 with :
4747 name : ${{ env.DARWIN_BIN_PATH }}
4848 - name : Generate release notes
Original file line number Diff line number Diff line change 11PATH
22 remote: .
33 specs:
4- uffizzi-cli (2.4.19 )
4+ uffizzi-cli (2.4.20 )
55 activesupport
66 awesome_print
77 faker (< 3.0 )
Original file line number Diff line number Diff line change 11# frozen_string_literal: true
22
33module Uffizzi
4- VERSION = '2.4.19 '
4+ VERSION = '2.4.20 '
55end
You can’t perform that action at this time.
0 commit comments