Skip to content

Commit 0bac4cb

Browse files
authored
Update pull.yml
actually update actions/upload-artifact to v4
1 parent 62f828c commit 0bac4cb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: .github/workflows/pull.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,15 @@ jobs:
1818
# Steps represent a sequence of tasks that will be executed as part of the job
1919
steps:
2020
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
21-
- uses: actions/checkout@v4
21+
- uses: actions/checkout@v2
2222

2323
# The same command that users can use locally is used to build documentation.
2424
- name: Build documentation
2525
run: make
2626

2727
# Publish generated site as artifact. Unfortunately viewing it requires
2828
# downloading a .zip and uncompressing that (https://github.com/actions/upload-artifact/issues/14#issuecomment-620728238)
29-
- uses: actions/upload-artifact@v2
29+
- uses: actions/upload-artifact@v4
3030
with:
3131
name: html-docs
3232
path: docs

0 commit comments

Comments
 (0)