Skip to content

Commit

Permalink
Merge pull request #18 from microsoft/dependabot/github_actions/actio…
Browse files Browse the repository at this point in the history
…ns/upload-artifact-4

Bump actions/upload-artifact from 3 to 4
  • Loading branch information
baywet authored Dec 15, 2023
2 parents 5b00cff + be71acd commit 2ea2ecf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
run: bundle exec rake
- name: Upload artifacts for ruby version 3 and ubuntu
if: ${{ matrix.os == 'ubuntu-latest' && matrix.ruby-version == '3.2'}}
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: drop
path: |
Expand Down

0 comments on commit 2ea2ecf

Please sign in to comment.