Skip to content

Commit

Permalink
dep: Update GitHub Artifact Actions to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 17, 2024
1 parent 54b4c11 commit c427b85
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:
run: .\build\build-native.ps1 ${{ matrix.target }}

- name: Upload ${{ matrix.target }}
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: runtimes
path: src/${{ env.ProjectName }}/runtimes/
Expand All @@ -106,7 +106,7 @@ jobs:
- name: Checkout code
uses: actions/checkout@v4

- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4
with:
name: runtimes
path: src/${{ env.ProjectName }}/runtimes/
Expand Down

0 comments on commit c427b85

Please sign in to comment.