Skip to content

Commit 193181a

Browse files
Bump actions/upload-artifact from 4 to 5
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 5. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4...v5) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent b4cb811 commit 193181a

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)