Skip to content

Commit 3815a99

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] <support@github.com>
1 parent 5e6e497 commit 3815a99

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
@@ -23,13 +23,13 @@ jobs:
2323
jb build lectures --path-output ./ --keep-going
2424
# TODO: Re-enable -W flag once all lectures are translated and warnings are resolved
2525
- name: Upload Execution Reports
26-
uses: actions/upload-artifact@v5
26+
uses: actions/upload-artifact@v6
2727
if: failure()
2828
with:
2929
name: execution-reports
3030
path: _build/html/reports
3131
- name: Upload "_build" folder (cache)
32-
uses: actions/upload-artifact@v5
32+
uses: actions/upload-artifact@v6
3333
with:
3434
name: build-cache
3535
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 --keep-going
6262
- name: Upload Execution Reports
63-
uses: actions/upload-artifact@v5
63+
uses: actions/upload-artifact@v6
6464
if: failure()
6565
with:
6666
name: execution-reports

0 commit comments

Comments
 (0)