Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
moklidia committed Dec 18, 2023
2 parents 24abe56 + ed54f40 commit e074040
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/make-binary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,13 +48,13 @@ jobs:
chmod +x ./rubyc
./rubyc --openssl-dir=/etc/ssl ./uffizzi --output=${{ inputs.darwin-bin-path }}
- name: Upload Artifacts
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
if: matrix.os == 'ubuntu-20.04'
with:
name: ${{ inputs.linux-bin-path }}
path: ${{ inputs.linux-bin-path }}
- name: Upload Artifacts
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
if: matrix.os == 'macos-12'
with:
name: ${{ inputs.darwin-bin-path }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,11 +79,11 @@ jobs:
- make-binary
steps:
- name: Download Linux Bin
uses: actions/download-artifact@master
uses: actions/download-artifact@v3
with:
name: ${{ env.LINUX_BIN_PATH }}
- name: Download Macos Bin
uses: actions/download-artifact@master
uses: actions/download-artifact@v3
with:
name: ${{ env.DARWIN_BIN_PATH }}
- name: Generate release notes
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
uffizzi-cli (2.4.0)
uffizzi-cli (2.4.1)
activesupport
awesome_print
faker
Expand Down
2 changes: 1 addition & 1 deletion lib/uffizzi/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Uffizzi
VERSION = '2.4.0'
VERSION = '2.4.1'
end

0 comments on commit e074040

Please sign in to comment.