Skip to content

Commit

Permalink
Merge pull request #150 from Swimburger/patch-1
Browse files Browse the repository at this point in the history
Use upload-artifact@v4
  • Loading branch information
AJLange authored Dec 5, 2024
2 parents 47a983a + 8da5cb7 commit e13d459
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ jobs:
shell: pwsh

- name: (Twilio.AspNet.Core) Upload Artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: Twilio.AspNet.Core NuGet Package
path: |
Expand Down Expand Up @@ -162,4 +162,4 @@ jobs:
name: Twilio.AspNet.Mvc NuGet Package
path: |
Twilio.AspNet.Mvc.${{ inputs.libraryVersion || '0.0.0-alpha' }}.nupkg
Twilio.AspNet.Mvc.${{ inputs.libraryVersion || '0.0.0-alpha' }}.snupkg
Twilio.AspNet.Mvc.${{ inputs.libraryVersion || '0.0.0-alpha' }}.snupkg

0 comments on commit e13d459

Please sign in to comment.