Skip to content

Commit

Permalink
Update to actions/upload-artifact@v4
Browse files Browse the repository at this point in the history
  • Loading branch information
lg2de authored Jun 23, 2024
1 parent 58c146d commit d3caa34
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dotnetcore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,12 +72,12 @@ jobs:
run: dotnet sonarscanner end /d:sonar.token=${{ secrets.SONAR_TOKEN }}

- name: Upload small artifact
uses: actions/upload-artifact@v1
uses: actions/upload-artifact@v4
with:
name: SimpleAccounting
path: src\SimpleAccounting\bin\Release\net8.0-windows\publish
- name: Upload large artifact
uses: actions/upload-artifact@v1
uses: actions/upload-artifact@v4
with:
name: SimpleAccounting-self-contained
path: src\SimpleAccounting\bin\Release\net8.0-windows\win-x64\publish

0 comments on commit d3caa34

Please sign in to comment.