diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 06b3a35..45ca1c1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -144,7 +144,7 @@ jobs: run: dotnet sonarscanner end /d:sonar.login="${{ secrets.SONAR_TOKEN }}" working-directory: ./src - - uses: codecov/codecov-action@v2 + - uses: codecov/codecov-action@v3 with: token: ${{ secrets.CODECOV_TOKEN }} directory: "src/${{ env.TEST_RESULTS }}" @@ -247,7 +247,7 @@ jobs: needs: [build, unit-test] if: ${{ ! ( github.event.inputs.nuget ) }} steps: - - uses: actions/download-artifact@v2 + - uses: actions/download-artifact@v3 id: download - name: List artifacts @@ -272,7 +272,7 @@ jobs: needs: [build, unit-test] if: ${{ github.event.inputs.nuget }} steps: - - uses: actions/download-artifact@v2 + - uses: actions/download-artifact@v3 id: download - name: List artifacts @@ -304,7 +304,7 @@ jobs: with: fetch-depth: 0 - - uses: actions/download-artifact@v2 + - uses: actions/download-artifact@v3 id: download - name: List artifacts