Skip to content

Commit

Permalink
[ci] restore v3 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 888efee commit fdf855f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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@v4.4.0
uses: actions/upload-artifact@v3
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@v4.4.0
uses: actions/upload-artifact@v3
with:
name: all-mmc-packages
path: packages/mmc-${{ env.RELEASE_TAG }}.zip
Expand All @@ -197,7 +197,7 @@ jobs:
if: ${{ github.repository_owner == 'fangq' && github.event_name != 'pull_request'}}
steps:
- name: Download mmclab
uses: actions/download-artifact@v4.1.7
uses: actions/download-artifact@v3
with:
name: all-mmc-packages
path: packages
Expand Down

0 comments on commit fdf855f

Please sign in to comment.