Skip to content

Commit

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

Bump actions/upload-artifact from 3 to 4
  • Loading branch information
pwelter34 authored Jan 14, 2024
2 parents 6dcc37c + b2f2c95 commit 16b84b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dotnetcore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:

- name: Upload Packages
if: success() && github.event_name != 'pull_request'
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: packages
path: "${{env.BUILD_PATH}}/packages"
Expand Down

0 comments on commit 16b84b4

Please sign in to comment.