Skip to content

Commit

Permalink
Merge pull request #111 from practicefusion/DO-8090
Browse files Browse the repository at this point in the history
DO-8090: update upload-artifact to v4
  • Loading branch information
laithabbasVERADIGM authored Nov 7, 2024
2 parents b0fafa4 + 522e12e commit 05a9a7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
run: find nuget-packages -name '*.nupkg' | xargs -i dotnet nuget push {} --api-key ${{secrets.NUGET_SECRET}} --source https://api.nuget.org/v3/index.json

- name: Artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: nuget-packages
path: nuget-packages/**/*

0 comments on commit 05a9a7f

Please sign in to comment.