We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 79710b5 commit 9e75b4eCopy full SHA for 9e75b4e
1 file changed
.github/workflows/check.yml
@@ -22,7 +22,7 @@ jobs:
22
23
steps:
24
- name: checkout
25
- uses: actions/checkout@v4
+ uses: actions/checkout@v6
26
27
- name: install GNU tools
28
if: matrix.cfg.os == 'macos-15'
@@ -67,7 +67,7 @@ jobs:
67
68
- name: upload PDF
69
if: matrix.cfg.os == 'ubuntu-24.04'
70
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v7
71
with:
72
name: draft-snapshot
73
path: source/std.pdf
0 commit comments