Skip to content

Commit

Permalink
Merge pull request #82 from flcdrg/dependabot/github_actions/actions/…
Browse files Browse the repository at this point in the history
…upload-artifact-3

Bump actions/upload-artifact from 2.3.1 to 3
  • Loading branch information
flcdrg authored Mar 11, 2022
2 parents d21765f + b60e35c commit babb558
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,14 +85,14 @@ jobs:
if: github.ref == 'refs/heads/main'

- name: Build logs
uses: actions/upload-artifact@v2.3.1
uses: actions/upload-artifact@v3
with:
name: logs
# A file, directory or wildcard pattern that describes what to upload
path: '*.binlog'

- name: NuGet Package
uses: actions/upload-artifact@v2.3.1
uses: actions/upload-artifact@v3
with:
name: nupkg
# A file, directory or wildcard pattern that describes what to upload
Expand Down

0 comments on commit babb558

Please sign in to comment.