We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 837c537 + 94f983e commit 5bcb7f6Copy full SHA for 5bcb7f6
1 file changed
.github/workflows/main.yaml
@@ -8,7 +8,7 @@ jobs:
8
9
runs-on: ubuntu-latest
10
steps:
11
- - uses: actions/checkout@v5
+ - uses: actions/checkout@v6
12
with:
13
persist-credentials: false
14
- uses: actions/setup-python@v6
@@ -19,7 +19,7 @@ jobs:
19
contents: write
20
21
22
23
24
25
@@ -61,15 +61,15 @@ jobs:
61
- name: Run checks
62
run: |
63
make check
64
- - uses: actions/upload-artifact@v5
+ - uses: actions/upload-artifact@v7
65
if: ${{ always() }}
66
67
name: build
68
path: |
69
cheatsheets.pdf
70
handout-*.pdf
71
./docs/_build/html/
72
73
id: diffs-artifact-upload
74
75
0 commit comments