Skip to content

Commit

Permalink
Merge pull request #61 from Project-MONAI/dependabot/github_actions/a…
Browse files Browse the repository at this point in the history
…ctions/upload-artifact-4.0.0

Bump actions/upload-artifact from 3.1.2 to 4.0.0
  • Loading branch information
mocsharp authored Jan 5, 2024
2 parents da2a98f + 64d07a4 commit 6de41c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ jobs:

- name: Upload Nuget
if: ${{ matrix.os == 'ubuntu-latest' }}
uses: actions/upload-artifact@v3.1.2
uses: actions/upload-artifact@v4.0.0
with:
name: nuget
path: ${{ github.workspace }}/release/*.nupkg
Expand Down

0 comments on commit 6de41c6

Please sign in to comment.