Skip to content

Commit 7f4e097

Browse files
authored
Merge pull request #300 from Project-MONAI/hotfix2.0.1
change upload action
2 parents 4ea59bc + a213c0a commit 7f4e097

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -242,15 +242,15 @@ jobs:
242242

243243
- name: Upload Nuget
244244
if: ${{ matrix.os == 'ubuntu-latest' }}
245-
uses: actions/upload-artifact@v4.0.0
245+
uses: actions/upload-artifact@v3.1.2
246246
with:
247247
name: nuget
248248
path: ${{ github.workspace }}/release/*.nupkg
249249
retention-days: 30
250250

251251
- name: Upload Zipped Plug-ins
252252
if: ${{ matrix.os == 'ubuntu-latest' }}
253-
uses: actions/upload-artifact@v4.0.0
253+
uses: actions/upload-artifact@v3.1.2
254254
with:
255255
name: plug-ins
256256
path: ${{ github.workspace }}/src/Plugins/release/*.zip

0 commit comments

Comments
 (0)