Skip to content

Commit

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

Bump actions/upload-pages-artifact from 2 to 3
  • Loading branch information
pwelter34 committed Feb 24, 2024
2 parents a46f266 + e75e419 commit 7ade5df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:

- name: Upload Documentation
if: success() && github.event_name != 'pull_request' && (github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/tags/v'))
uses: actions/upload-pages-artifact@v2
uses: actions/upload-pages-artifact@v3
with:
name: github-pages
path: "docs/_site/"
Expand Down

0 comments on commit 7ade5df

Please sign in to comment.