Skip to content

Commit

Permalink
fix: fix workflow by changing version due to GHES
Browse files Browse the repository at this point in the history
  • Loading branch information
Fredrik Marjoni committed Feb 19, 2026
1 parent 7f6673c commit f7f764a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,12 @@ jobs:
- name: Run Tests
run: mvn clean test
- name: Upload Test Results
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v3
with:
name: surefire-reports
path: target/surefire-reports/
- name: Upload Coverage Report
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v3
with:
name: jacoco-report
path: target/jacoco/coverage-reports/jacoco.xml
Expand All @@ -57,7 +57,7 @@ jobs:
- name: Build Package
run: mvn clean package
- name: Upload Package
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v3
with:
name: packaged-app
path: target/Help-Me-Help-1.0-SNAPSHOT-jar-with-dependencies.jar
Expand Down
Binary file added target/classes/edu/group5/app/App.class
Binary file not shown.
Binary file added target/test-classes/edu/group5/app/AppTest.class
Binary file not shown.

0 comments on commit f7f764a

Please sign in to comment.