Skip to content

Commit 55194ac

Browse files
authored
Merge pull request #39 from Loop3D/dependabot/github_actions/actions/upload-pages-artifact-4
chore(deps): bump actions/upload-pages-artifact from 3 to 4
2 parents ffd1c13 + 48d9f7e commit 55194ac

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/documentation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
if: ${{ github.event_name == 'push' && ( startsWith(github.ref, 'refs/tags/') || github.ref == 'refs/heads/main' ) }}
8383

8484
- name: Upload artifact
85-
uses: actions/upload-pages-artifact@v3
85+
uses: actions/upload-pages-artifact@v4
8686
if: ${{ github.event_name == 'push' && ( startsWith(github.ref, 'refs/tags/') || github.ref == 'refs/heads/main' ) }}
8787
with:
8888
# Upload entire repository

0 commit comments

Comments
 (0)