diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a52d360..92fb3f4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -68,7 +68,7 @@ jobs: run: sbt "buildNativeArtifacts; test" - name: Archive native artifacts (Linux) if: ${{ runner.os == 'Linux' && matrix.jobtype == '1' }} - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v6 with: name: dist-${{ runner.os }} path: | @@ -77,7 +77,7 @@ jobs: src/main/resources/win32/x86_64/sbtipcsocket.dll - name: Archive native artifacts (macOS) if: ${{ matrix.os == 'macos-13' }} - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v6 with: name: dist-${{ runner.os }} path: src/main/resources/darwin/x86_64/libsbtipcsocket.dylib