Skip to content

Commit

Permalink
Update upload-artifact workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
darinkes committed Oct 18, 2024
1 parent 0cefbe5 commit 2eea551
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dotnet-ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
run: dotnet build --no-restore
- name: Test
run: dotnet test --no-build --verbosity normal
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v4
with:
name: Sample-ubuntu
path: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dotnet-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
run: dotnet build --no-restore
- name: Test
run: dotnet test --no-build --verbosity normal
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v4
with:
name: sample-windows
path: |
Expand Down

0 comments on commit 2eea551

Please sign in to comment.