diff --git a/.github/workflows/dotnetcore.yml b/.github/workflows/dotnetcore.yml index 6230794a..38e98c82 100644 --- a/.github/workflows/dotnetcore.yml +++ b/.github/workflows/dotnetcore.yml @@ -116,7 +116,7 @@ jobs: - name: Upload artifacts if: success() - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: ${{ matrix.os }}-${{ matrix.rid }}-${{ matrix.configuration }} path: ${{ github.workspace }}/artifacts/**/* @@ -179,7 +179,7 @@ jobs: - name: Upload artifacts if: success() - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: ${{ matrix.os }}-${{ matrix.rid }}-${{ matrix.configuration }} path: ${{ github.workspace }}/artifacts/**/*