summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorPaul-Christian Volkmer2024-04-03 07:09:02 +0200
committerPaul-Christian Volkmer2024-04-03 07:09:02 +0200
commitc1fe9283d74e0b75df59e95813ee09e9e8b9e828 (patch)
tree41e66da1c46e17b08fcc59f05ff6d023d1e22c31 /.github
parentc4a53a3d2743d36b7d98e9c78e400a1c2ed077df (diff)
build: use OS API 2.12 in workflows
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/test.yml4
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: |