Skip to content

Commit

Permalink
v2.0: ci: bump [upload|download]-artifact to v4 (#4501)
Browse files Browse the repository at this point in the history
ci: bump [upload|download]-artifact to v4
  • Loading branch information
yihau authored Jan 17, 2025
1 parent a37bc6d commit 7f759d1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release-artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
- name: Upload Artifacts
if: ${{ steps.build.outputs.channel != '' || steps.build.outputs.tag != '' }}
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: windows-artifact
path: windows-release/
Expand All @@ -81,7 +81,7 @@ jobs:
runs-on: ubuntu-20.04
steps:
- name: Download
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: windows-artifact
path: ./windows-release
Expand All @@ -101,7 +101,7 @@ jobs:
runs-on: ubuntu-20.04
steps:
- name: Download
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: windows-artifact
path: ./windows-release/
Expand Down

0 comments on commit 7f759d1

Please sign in to comment.