Skip to content

Commit

Permalink
Merge pull request #4 from GGG-KILLER/dependabot/github_actions/actio…
Browse files Browse the repository at this point in the history
…ns/upload-artifact-4

Bump actions/upload-artifact from 2 to 4
  • Loading branch information
GGG-KILLER authored Feb 2, 2024
2 parents a4415d5 + 7f88038 commit 8a0e1ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-and-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
run: dotnet build --configuration Release --no-restore
- name: Generate NuGet packages
run: dotnet pack --configuration Release --no-build --output ./packages
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v4
with:
name: Artifacts
path: ./packages/
Expand Down

0 comments on commit 8a0e1ea

Please sign in to comment.