Skip to content

Commit e231fae

Browse files
authored
Merge pull request #186 from afeld/dependabot/github_actions/actions/upload-artifact-7
Bump actions/upload-artifact from 6 to 7
2 parents 6f7131c + d77d315 commit e231fae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
git commit -m "CI: render for school"
3737
# can be used for troubleshooting
3838
# - name: Store merged source
39-
# uses: actions/upload-artifact@v6
39+
# uses: actions/upload-artifact@v7
4040
# with:
4141
# name: ${{ matrix.school }}-src
4242
# path: ./
@@ -52,7 +52,7 @@ jobs:
5252
run: git push origin ${{ matrix.school }}
5353
if: github.ref_name == 'main'
5454
- name: Store rendered HTML for link checking
55-
uses: actions/upload-artifact@v6
55+
uses: actions/upload-artifact@v7
5656
with:
5757
name: ${{ matrix.school }}
5858
path: _build/html

0 commit comments

Comments
 (0)