diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index 73defbd..a2a87c5 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -32,13 +32,13 @@ jobs: - name: Pack run: dotnet pack --no-build --configuration Debug -bl:LocatorPack.binlog - name: Upload Packages - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v4 with: name: package path: '**/*.*nupkg' if-no-files-found: error - name: Upload logs - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v4 if: ${{ always() }} with: name: logs