Skip to content

Commit

Permalink
[ci] github upgraded both upload and download-artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
fangq committed Sep 12, 2024
1 parent 2dcd000 commit 888efee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ jobs:
fi
- name: Upload mmclab package
if: ${{ matrix.os == 'ubuntu-20.04' || matrix.os == 'macos-12' || matrix.os == 'macos-14' || matrix.os == 'windows-2019' }}
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4.4.0
with:
name: all-mmc-packages
path: packages/mmclab-${{ env.RELEASE_TAG }}.zip
Expand All @@ -185,7 +185,7 @@ jobs:
fi
- name: Upload mmc package
if: ${{ matrix.os == 'ubuntu-20.04' || matrix.os == 'macos-12' || matrix.os == 'macos-14' || matrix.os == 'windows-2019' }}
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4.4.0
with:
name: all-mmc-packages
path: packages/mmc-${{ env.RELEASE_TAG }}.zip
Expand Down

0 comments on commit 888efee

Please sign in to comment.