Skip to content

Commit a3c828e

Browse files
authored
fix deprecated version of actions/upload-artifact: v3 (#22)
1 parent d910000 commit a3c828e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
done
8080
8181
- name: Upload Pages artifact
82-
uses: actions/upload-pages-artifact@v2
82+
uses: actions/upload-pages-artifact@v3
8383

8484
# Deploy github pages job
8585
deploy:

0 commit comments

Comments
 (0)