Skip to content

Commit 9e75b4e

Browse files
eisenwavetkoeppe
authored andcommitted
[check.yml] Update CI to actions/checkout@v6 and actions/upload-artifact@v7 (#9043)
The old versions use a deprecated Node.js version.
1 parent 79710b5 commit 9e75b4e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.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@v4
25+
uses: actions/checkout@v6
2626

2727
- name: install GNU tools
2828
if: matrix.cfg.os == 'macos-15'
@@ -67,7 +67,7 @@ jobs:
6767

6868
- name: upload PDF
6969
if: matrix.cfg.os == 'ubuntu-24.04'
70-
uses: actions/upload-artifact@v4
70+
uses: actions/upload-artifact@v7
7171
with:
7272
name: draft-snapshot
7373
path: source/std.pdf

0 commit comments

Comments
 (0)