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 8d28b50 commit 8775fb6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/development.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
run: |
make test-frontend-coverage
- name: Upload coverage
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: coverage
path: ${{ github.workspace }}/frontend/coverage/fastenhealth/lcov.info
Expand All @@ -47,7 +47,7 @@ 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
path: ${{ github.workspace }}/backend-coverage.txt
Expand Down

0 comments on commit 8775fb6

Please sign in to comment.