Skip to content
This repository was archived by the owner on Jul 9, 2025. It is now read-only.

Commit 6589f80

Browse files
authored
Merge pull request #173 from microsoftgraph/dependabot/github_actions/actions/upload-artifact-4
Bump actions/upload-artifact from 3 to 4
2 parents 489e222 + d2c4361 commit 6589f80

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ruby.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
run: gem build *.gemspec
2929
- name: Upload artifacts for ruby version 3 and ubuntu
3030
if: ${{ matrix.os == 'ubuntu-latest' && matrix.ruby-version == '3.2'}}
31-
uses: actions/upload-artifact@v3
31+
uses: actions/upload-artifact@v4
3232
with:
3333
name: drop
3434
path: |

0 commit comments

Comments
 (0)