diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6324a99cb..29c0dae82 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -49,7 +49,7 @@ jobs: run: mkdir staging-${{ matrix.os }} && gci -Path . -Recurse -Include *.jar |? { $_.FullName -like '*\target\*.jar' } |% { cp $_.FullName staging-${{ matrix.os }} } - name: Upload build results - uses: actions/upload-artifact@v3.1.3 + uses: actions/upload-artifact@v4.5.0 with: name: Build Results path: staging-*/