Skip to content

Commit 8b243c2

Browse files
committed
[CI] Update the upload-artifact action because Node 20 is deprecated.
1 parent db523c4 commit 8b243c2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build-slides.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
working_directory: talk
4444
extra_system_packages: "py-pygments"
4545
- name: Upload PDF as artifact
46-
uses: actions/upload-artifact@v4
46+
uses: actions/upload-artifact@v6
4747
with:
4848
name: PDF_${{matrix.version}}
4949
path: |

0 commit comments

Comments
 (0)