Skip to content

Commit e13d459

Browse files
authored
Merge pull request #150 from Swimburger/patch-1
Use upload-artifact@v4
2 parents 47a983a + 8da5cb7 commit e13d459

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ jobs:
118118
shell: pwsh
119119

120120
- name: (Twilio.AspNet.Core) Upload Artifacts
121-
uses: actions/upload-artifact@v3
121+
uses: actions/upload-artifact@v4
122122
with:
123123
name: Twilio.AspNet.Core NuGet Package
124124
path: |
@@ -162,4 +162,4 @@ jobs:
162162
name: Twilio.AspNet.Mvc NuGet Package
163163
path: |
164164
Twilio.AspNet.Mvc.${{ inputs.libraryVersion || '0.0.0-alpha' }}.nupkg
165-
Twilio.AspNet.Mvc.${{ inputs.libraryVersion || '0.0.0-alpha' }}.snupkg
165+
Twilio.AspNet.Mvc.${{ inputs.libraryVersion || '0.0.0-alpha' }}.snupkg

0 commit comments

Comments
 (0)