Skip to content

Commit

Permalink
Merge branch 'feature/isActive-account-attribute' of github.com:NIAEF…
Browse files Browse the repository at this point in the history
…EUP/website-niaefeup-backend into feature/isActive-account-attribute
  • Loading branch information
peucastro committed Feb 13, 2025
2 parents a0e45ad + feb9d77 commit 1052df6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
run: ./gradlew ktlintCheck

- name: Upload ktlint report
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: lint-reports
path: build/reports/ktlint
Expand Down Expand Up @@ -70,7 +70,7 @@ jobs:
uses: codecov/codecov-action@v3

- name: Upload test reports
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: test-reports
path: |
Expand Down

0 comments on commit 1052df6

Please sign in to comment.