Skip to content

Commit

Permalink
bump upload-artifact version
Browse files Browse the repository at this point in the history
  • Loading branch information
YuliiaKovalova authored Sep 25, 2024
1 parent 3c343cc commit 7378c84
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7378c84

Please sign in to comment.