Skip to content

Commit 732b11b

Browse files
authored
Bump actions/upload-pages-artifact from 2 to 3 (#39)
Bump actions/upload-pages-artifact from 2 to 3
2 parents ed73ef4 + 42f839c commit 732b11b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/documentation.yml

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

7676
- name: Upload artifact
77-
uses: actions/upload-pages-artifact@v2
77+
uses: actions/upload-pages-artifact@v3
7878
if: ${{ github.event_name == 'push' && ( startsWith(github.ref, 'refs/tags/') || github.ref == 'refs/heads/main' ) }}
7979
with:
8080
# Upload entire repository

0 commit comments

Comments
 (0)