Skip to content

Commit

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

Bump actions/upload-artifact from 3 to 4
  • Loading branch information
pwelter34 committed Apr 7, 2024
2 parents d5de00f + ccff555 commit b4de7d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dotnet.yml
Expand Up @@ -74,7 +74,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}}'
Expand Down

0 comments on commit b4de7d1

Please sign in to comment.