Skip to content

Commit

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

Bump actions/download-artifact from 3 to 4
  • Loading branch information
baywet authored Dec 14, 2023
2 parents 7a497cd + 3318efd commit 38468af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
uses: actions/setup-dotnet@v4
with:
dotnet-version: 7.x
- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4
with:
name: drop
- run: dotnet nuget push "*.nupkg" --skip-duplicate -s https://nuget.pkg.github.com/microsoftgraph/index.json -k ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 38468af

Please sign in to comment.