We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6f7131c + d77d315 commit e231faeCopy full SHA for e231fae
.github/workflows/publish.yml
@@ -36,7 +36,7 @@ jobs:
36
git commit -m "CI: render for school"
37
# can be used for troubleshooting
38
# - name: Store merged source
39
- # uses: actions/upload-artifact@v6
+ # uses: actions/upload-artifact@v7
40
# with:
41
# name: ${{ matrix.school }}-src
42
# path: ./
@@ -52,7 +52,7 @@ jobs:
52
run: git push origin ${{ matrix.school }}
53
if: github.ref_name == 'main'
54
- name: Store rendered HTML for link checking
55
- uses: actions/upload-artifact@v6
+ uses: actions/upload-artifact@v7
56
with:
57
name: ${{ matrix.school }}
58
path: _build/html
0 commit comments