diff options
| author | Paul-Christian Volkmer | 2024-04-03 07:09:02 +0200 |
|---|---|---|
| committer | Paul-Christian Volkmer | 2024-04-03 07:09:02 +0200 |
| commit | c1fe9283d74e0b75df59e95813ee09e9e8b9e828 (patch) | |
| tree | 41e66da1c46e17b08fcc59f05ff6d023d1e22c31 | |
| parent | c4a53a3d2743d36b7d98e9c78e400a1c2ed077df (diff) | |
build: use OS API 2.12 in workflows
| -rw-r--r-- | .github/workflows/test.yml | 4 |
1 files 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: | |
