From 4a4242d6da73b31a5cb3f64aaf130236b0a09b12 Mon Sep 17 00:00:00 2001 From: Will Rogers Date: Mon, 13 May 2024 12:01:32 -0400 Subject: [PATCH] build: update actions --- .github/workflows/ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 016e079..359f737 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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: > @@ -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 }} @@ -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/*