Skip to content

Commit

Permalink
CI: update upload-artifact version to match download-artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
fedorov authored Sep 5, 2024
1 parent c58ed0a commit 1f82832
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cmake-win.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
cd ${{ github.workspace }}\dcmqi-build\dcmqi-build
cmake --build . --config Release --target PACKAGE -- /m
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: dcmqi-build
path: ${{ github.workspace }}\dcmqi-build\dcmqi-build\dcmqi-*-win64*.zip
Expand Down

0 comments on commit 1f82832

Please sign in to comment.