| commit | 0eefedb3251bee8af9a957716a3c8a3502dc6592 | [log] [tgz] |
|---|---|---|
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | Mon Dec 15 08:32:25 2025 +0000 |
| committer | Marc Kupietz <kupietz@ids-mannheim.de> | Wed Dec 17 20:39:44 2025 +0100 |
| tree | 7ed50f05667d5e87cdbeba373df1a740ad843c39 | |
| parent | 8ecd00c1bf462443e9e7db2c04d1707a9c02af38 [diff] [blame] |
Update Readme and Changelog Change-Id: I5c7b5e4331fa0590572fee98fd4069b33880cf4a
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 071a1ed..6381817 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml
@@ -21,7 +21,7 @@ - name: Run tests run: ./gradlew test --no-daemon - name: Upload build artifacts - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v6 with: name: korapxmltool-jar path: app/build/libs/*.jar