Skip to content

Commit 32033d2

Browse files
Bump actions/upload-artifact from 5 to 6
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 5 to 6. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v5...v6) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 52b3a93 commit 32033d2

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

0 commit comments

Comments
 (0)