Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/Java_CI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:

- name: Upload Core jar
if: startsWith(github.ref, 'refs/tags/')
uses: actions/upload-artifact@v4.0.0
uses: actions/upload-artifact@v5.0.0
with:
name: wresl-core
path: |
Expand All @@ -50,7 +50,7 @@ jobs:
./gradlew tattletaleReport -PcvmUserId="dwr-wrims-build" -PcvmPassword="${{ secrets.WRIMS_ENGINE_DEPENDENCIES_TOKEN }}"

- name: Upload Reports
uses: actions/upload-artifact@v4.0.0
uses: actions/upload-artifact@v5.0.0
with:
name: reports
path: |
Expand All @@ -69,7 +69,7 @@ jobs:

- name: Upload Comparison Report
if: always()
uses: actions/upload-artifact@v4.0.0
uses: actions/upload-artifact@v5.0.0
with:
name: comparison-report
path: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sonar.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
-Dsonar.pullrequest.base=$BASE_BRANCH
- name: Upload Failure Report
if: failure()
uses: actions/upload-artifact@v4.3.0
uses: actions/upload-artifact@v5.0.0
with:
name: sonar-failure-report
path: /home/runner/work/wrims-engine/wrims-engine/build/reports/problems/problems-report.html
Expand Down
Loading