Skip to content

Commit

Permalink
Merge pull request #1 from Freeesia/dependabot/github_actions/actions…
Browse files Browse the repository at this point in the history
…/upload-artifact-4

Bump actions/upload-artifact from 3 to 4
  • Loading branch information
Freeesia authored Mar 15, 2024
2 parents c85034a + 3906329 commit 40500ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dotnet-desktop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
--use-project-assets-json \
--manual-package-information manual-package-information.json \
-f licenses
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: licenses
path: licenses/
Expand Down

0 comments on commit 40500ed

Please sign in to comment.