Skip to content

Commit

Permalink
update actions/upload-artifact to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
heqingpan committed Feb 9, 2025
1 parent cff77e4 commit 4616484
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pre_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ jobs:
echo ${{ matrix.name }}
echo ${GITHUB_REF#refs/*/}
- name: Upload binary artifacts
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v3
with:
name: binaries
path: |
Expand Down Expand Up @@ -137,7 +137,7 @@ jobs:
echo ${{ matrix.platform.name }}
echo ${GITHUB_REF#refs/*/}
- name: Upload binary artifacts
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v3
with:
name: binaries
path: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ jobs:
tar czvf ../../../${{ matrix.name }} rnacos .env
cd -
- name: Upload binary artifacts
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v3
with:
name: binaries
path: |
Expand Down Expand Up @@ -134,7 +134,7 @@ jobs:
cp doc/conf/.env.example target/${{ matrix.platform.target }}/release/.env
tar czvf ${{ matrix.platform.name }} -C target/${{ matrix.platform.target }}/release rnacos .env
- name: Upload binary artifacts
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v3
with:
name: binaries
path: |
Expand Down

0 comments on commit 4616484

Please sign in to comment.