Skip to content

Commit

Permalink
use upload-artifact v4 to fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
dwradcliffe committed Feb 11, 2025
1 parent b413d06 commit c4b67e9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/development.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ jobs:
run: |
make test-frontend-coverage
- name: Upload coverage
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: coverage
name: frontend-coverage
path: ${{ github.workspace }}/frontend/coverage/fastenhealth/lcov.info
retention-days: 1
test-backend:
Expand All @@ -47,9 +47,9 @@ jobs:
make test-backend-coverage
CGO_ENABLED=0 go build -buildvcs=false ./backend/cmd/fasten/
- name: Upload coverage
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: coverage
name: backend-coverage
path: ${{ github.workspace }}/backend-coverage.txt
retention-days: 1
compile-storybook:
Expand Down

0 comments on commit c4b67e9

Please sign in to comment.