Skip to content

Commit f350a0f

Browse files
authored
Update CI to actions/checkout@v4 and actions/upload-artifact@v4 (#6786)
The old versions use a deprecated Node.js version.
1 parent 74f5f61 commit f350a0f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/check.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222

2323
steps:
2424
- name: checkout
25-
uses: actions/checkout@v3
25+
uses: actions/checkout@v4
2626

2727
- name: install GNU tools
2828
if: matrix.cfg.os == 'macos-13'
@@ -68,7 +68,7 @@ jobs:
6868

6969
- name: upload PDF
7070
if: matrix.cfg.os == 'ubuntu-22.04'
71-
uses: actions/upload-artifact@v3
71+
uses: actions/upload-artifact@v4
7272
with:
7373
name: draft-snapshot
7474
path: source/std.pdf

0 commit comments

Comments
 (0)