Skip to content

Commit

Permalink
ci(deploy): upgrade github artifact actions to v4
Browse files Browse the repository at this point in the history
PAP-1233 #code-review
  • Loading branch information
bramkor committed Nov 18, 2024
1 parent c8e0113 commit 6f8f109
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
- name: Create Nuget Packages
run: dotnet pack -c Release --no-build --nologo

- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v4
with:
name: build
path: |
Expand Down

0 comments on commit 6f8f109

Please sign in to comment.