Skip to content

Commit 9bb0cbc

Browse files
⬆️ Bump actions/upload-artifact from 4 to 5 (#12)
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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 73b4370 commit 9bb0cbc

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/cache.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,13 @@ jobs:
2222
run: |
2323
jb build lectures --path-output ./ -W --keep-going
2424
- name: Upload Execution Reports
25-
uses: actions/upload-artifact@v4
25+
uses: actions/upload-artifact@v5
2626
if: failure()
2727
with:
2828
name: execution-reports
2929
path: _build/html/reports
3030
- name: Upload "_build" folder (cache)
31-
uses: actions/upload-artifact@v4
31+
uses: actions/upload-artifact@v5
3232
with:
3333
name: build-cache
3434
path: _build

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
run: |
6161
jb build lectures --path-output ./ -n -W --keep-going
6262
- name: Upload Execution Reports
63-
uses: actions/upload-artifact@v4
63+
uses: actions/upload-artifact@v5
6464
if: failure()
6565
with:
6666
name: execution-reports

0 commit comments

Comments
 (0)