Skip to content

Commit e40de54

Browse files
Merge branch 'develop'
2 parents a48a7b3 + 79160e6 commit e40de54

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
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)

lib/uffizzi/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module Uffizzi
4-
VERSION = '2.4.19'
4+
VERSION = '2.4.20'
55
end

0 commit comments

Comments
 (0)