From c1fe9283d74e0b75df59e95813ee09e9e8b9e828 Mon Sep 17 00:00:00 2001 From: Paul-Christian Volkmer Date: Wed, 3 Apr 2024 07:09:02 +0200 Subject: [PATCH] build: use OS API 2.12 in workflows --- .github/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 3ffc3b7..bd86530 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -20,8 +20,8 @@ jobs: - name: Fetch Onkostar-API run: | curl -L --user dnpm:${{ secrets.PACKAGE_TOKEN }} \ - https://git.dnpm.dev/api/packages/Plugin-JF-Onkostar/generic/onkostar-api/2.11.1.6/onkostar-api-2.11.1.6.jar \ - --output ${{ github.workspace }}/libs/onkostar-api-2.11.1.6.jar + https://git.dnpm.dev/api/packages/Plugin-JF-Onkostar/generic/onkostar-api/2.12.4.1/onkostar-api-2.12.4.1.jar \ + --output ${{ github.workspace }}/libs/onkostar-api-2.12.4.1.jar - name: Fetch ATC-Codes-Plugin run: |