Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jstedfast committed Sep 18, 2024
1 parent 52b8800 commit 8db3c29
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ jobs:
- name: Upload unit test results
id: upload_test_results
continue-on-error: true
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: MimeKit.${{ steps.semantic_version.outputs.version_num }}.${{ env.GITHUB_RUN_NUMBER }}-${{ matrix.os }}-${{ matrix.build-configuration }}-TestResults.xml
path: TestResult.xml
Expand Down Expand Up @@ -205,7 +205,7 @@ jobs:
- if: steps.configure.outputs.is_github_release == 'true'
name: Upload NuGet package as artifact
id: upload_nuget_package
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: MimeKit.${{ steps.semantic_version.outputs.version_num }}.${{ env.GITHUB_RUN_NUMBER }}.nupkg
path: MimeKit.${{ steps.semantic_version.outputs.version_num }}.${{ env.GITHUB_RUN_NUMBER }}.nupkg
Expand Down

0 comments on commit 8db3c29

Please sign in to comment.