Skip to content

Commit

Permalink
Merge pull request #173 from microsoftgraph/dependabot/github_actions…
Browse files Browse the repository at this point in the history
…/actions/upload-artifact-4

Bump actions/upload-artifact from 3 to 4
  • Loading branch information
baywet authored Dec 15, 2023
2 parents 489e222 + d2c4361 commit 6589f80
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 @@ -28,7 +28,7 @@ jobs:
run: gem build *.gemspec
- 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 6589f80

Please sign in to comment.