Skip to content

Commit 51de20c

Browse files
dep: Update GitHub Artifact Actions to v4 (#67)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 964cbcd commit 51de20c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/CI.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
run: .\build\build-native.ps1 ${{ matrix.target }}
8686

8787
- name: Upload ${{ matrix.target }}
88-
uses: actions/upload-artifact@v3
88+
uses: actions/upload-artifact@v4
8989
with:
9090
name: runtimes
9191
path: src/${{ env.ProjectName }}/runtimes/
@@ -106,7 +106,7 @@ jobs:
106106
- name: Checkout code
107107
uses: actions/checkout@v4
108108

109-
- uses: actions/download-artifact@v3
109+
- uses: actions/download-artifact@v4
110110
with:
111111
name: runtimes
112112
path: src/${{ env.ProjectName }}/runtimes/

0 commit comments

Comments
 (0)