Skip to content

Commit db84bb6

Browse files
⬆️ Bump actions/upload-artifact from 2 to 4 (#324)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 2 to 4. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v2...v4) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 93738df commit db84bb6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
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@v2
25+
uses: actions/upload-artifact@v4
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@v3
31+
uses: actions/upload-artifact@v4
3232
with:
3333
name: build-cache
3434
path: _build

0 commit comments

Comments
 (0)