Skip to content

Commit

Permalink
Update artifact upload action to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
dotMorten authored Sep 11, 2024
1 parent 796aff3 commit 2e999ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish_winuiex_nuget.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
nuget sign artifacts\NuGet\Release\*.snupkg -CertificatePath ${{ steps.cert_file.outputs.filePath }} -CertificatePassword ${{ secrets.PFX_PASSWORD }} -Timestamper http://timestamp.digicert.com -NonInteractive
- name: Upload artifacts
uses: actions/upload-artifact@v1
uses: actions/upload-artifact@v4
with:
name: NuGet Packages
path: artifacts/NuGet/Release
Expand Down

0 comments on commit 2e999ab

Please sign in to comment.