Skip to content

Commit 9d4e96d

Browse files
authored
Merge pull request NCAR#179 from mnlevy1981/update_deploy_CI
Update to v3 of actions/upload-pages-artifact
2 parents 7d87a00 + d7d6e9a commit 9d4e96d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
7070
# Upload build directory for the deployment step
7171
- name: Upload artifact
72-
uses: actions/upload-pages-artifact@v2
72+
uses: actions/upload-pages-artifact@v3
7373
with:
7474
path: './docs/_build/html/'
7575

0 commit comments

Comments
 (0)