Skip to content

Commit e6296b6

Browse files
authored
Merge pull request #174 from afeld/dependabot/github_actions/actions/upload-artifact-5
Bump actions/upload-artifact from 4 to 5
2 parents 2205833 + 193181a commit e6296b6

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@v4
39+
# uses: actions/upload-artifact@v5
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@v4
55+
uses: actions/upload-artifact@v5
5656
with:
5757
name: ${{ matrix.school }}
5858
path: _build/html

0 commit comments

Comments
 (0)