Skip to content

Commit

Permalink
ci: use actions/upload-artifact@v4 (#2622)
Browse files Browse the repository at this point in the history
  • Loading branch information
yihau authored Aug 19, 2024
1 parent ba3c789 commit 59ecab5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,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 Down

0 comments on commit 59ecab5

Please sign in to comment.