diff --git a/.github/workflows/CIBuild.yml b/.github/workflows/CIBuild.yml index a1af09d2..bf740fe2 100644 --- a/.github/workflows/CIBuild.yml +++ b/.github/workflows/CIBuild.yml @@ -31,7 +31,7 @@ jobs: # msbuild /restore /t:Build src/Esri.ArcGISRuntime.ARToolkit.sln /p:Configuration=Release - name: Upload artfacts - uses: actions/upload-artifact@v1 + uses: actions/upload-artifact@v4 with: name: NuGet Packages path: Output/NuGet/Release