We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 964cbcd commit 51de20cCopy full SHA for 51de20c
.github/workflows/CI.yml
@@ -85,7 +85,7 @@ jobs:
85
run: .\build\build-native.ps1 ${{ matrix.target }}
86
87
- name: Upload ${{ matrix.target }}
88
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
89
with:
90
name: runtimes
91
path: src/${{ env.ProjectName }}/runtimes/
@@ -106,7 +106,7 @@ jobs:
106
- name: Checkout code
107
uses: actions/checkout@v4
108
109
- - uses: actions/download-artifact@v3
+ - uses: actions/download-artifact@v4
110
111
112
0 commit comments