Skip to content

Commit

Permalink
build: update actions
Browse files Browse the repository at this point in the history
  • Loading branch information
wjrogers committed May 13, 2024
1 parent 72b4fb3 commit 4a4242d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@ jobs:
ports:
- 5432:5432
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 0 # fetch full history for NBGV
- name: Set up dotnet
uses: actions/setup-dotnet@v3
uses: actions/setup-dotnet@v4

- name: Run dotnet restore
run: >
Expand All @@ -49,7 +49,7 @@ jobs:
--logger "GitHubActions"
--logger "trx;LogFilePrefix=${{ github.job }}"
- uses: codecov/codecov-action@v3
- uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}

Expand Down Expand Up @@ -79,7 +79,7 @@ jobs:
- name: Upload workflow artifact 'reports'
if: always()
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: reports
path: reports/*

0 comments on commit 4a4242d

Please sign in to comment.