change actions/upload-artifact version to v3
All checks were successful
Gitea Action Maven build / build (push) Successful in 45s

This commit is contained in:
Eduard Kuksa 2025-01-28 23:43:36 +07:00
parent bd9adafcbb
commit f09844d120

View File

@ -25,7 +25,7 @@ jobs:
- name: Run tests - name: Run tests
run: mvn test run: mvn test
- name: Upload artifact - name: Upload artifact
uses: actions/upload-artifact@v4 uses: actions/upload-artifact@v3
with: with:
name: build-artifact name: build-artifact
path: target/*.jar path: target/*.jar