Skip to content

Commit 60bb408

Browse files
Merge pull request #562 from loresoft/dependabot/github_actions/actions/upload-pages-artifact-4
Bump actions/upload-pages-artifact from 3 to 4
2 parents ffdaf6e + ee72182 commit 60bb408

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dotnet.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272

7373
- name: Upload Documentation
7474
if: success() && github.event_name != 'pull_request' && (github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/tags/v'))
75-
uses: actions/upload-pages-artifact@v3
75+
uses: actions/upload-pages-artifact@v4
7676
with:
7777
name: github-pages
7878
path: "docs/_site/"

0 commit comments

Comments
 (0)