Skip to content

Commit 731b0f9

Browse files
⬆️ Bump actions/upload-artifact from 6 to 7 (#63)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 6 to 7. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v6...v7) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '7' 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 8b8c3d5 commit 731b0f9

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@v6
26+
uses: actions/upload-artifact@v7
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@v6
32+
uses: actions/upload-artifact@v7
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
@@ -62,7 +62,7 @@ jobs:
6262
run: |
6363
jb build lectures --path-output ./ -n --keep-going
6464
- name: Upload Execution Reports
65-
uses: actions/upload-artifact@v6
65+
uses: actions/upload-artifact@v7
6666
if: failure()
6767
with:
6868
name: execution-reports

0 commit comments

Comments
 (0)