Skip to content

Commit 6de41c6

Browse files
authored
Merge pull request #61 from Project-MONAI/dependabot/github_actions/actions/upload-artifact-4.0.0
Bump actions/upload-artifact from 3.1.2 to 4.0.0
2 parents da2a98f + 64d07a4 commit 6de41c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@ jobs:
270270

271271
- name: Upload Nuget
272272
if: ${{ matrix.os == 'ubuntu-latest' }}
273-
uses: actions/upload-artifact@v3.1.2
273+
uses: actions/upload-artifact@v4.0.0
274274
with:
275275
name: nuget
276276
path: ${{ github.workspace }}/release/*.nupkg

0 commit comments

Comments
 (0)