Skip to content

Commit 1b3f89e

Browse files
Bump the all-github-actions group with 2 updates (#3)
Bumps the all-github-actions group with 2 updates: [actions/upload-artifact](https://github.com/actions/upload-artifact) and [actions/cache](https://github.com/actions/cache). Updates `actions/upload-artifact` from 5 to 6 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v5...v6) Updates `actions/cache` from 4 to 5 - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v4...v5) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-github-actions - dependency-name: actions/cache dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-github-actions ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent dfd5ada commit 1b3f89e

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/QuartoBuildPublish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -84,15 +84,15 @@ jobs:
8484
run(`$(quarto()) render index.qmd --to pdf`)
8585
8686
- name: Upload PDF presentation
87-
uses: actions/upload-artifact@v5
87+
uses: actions/upload-artifact@v6
8888
with:
8989
name: pdf-presentation
9090
path: |
9191
**/index.pdf
9292
retention-days: 30
9393

9494
- name: Upload HTML presentation
95-
uses: actions/upload-artifact@v5
95+
uses: actions/upload-artifact@v6
9696
with:
9797
name: html-presentation
9898
path: |
@@ -103,7 +103,7 @@ jobs:
103103
- name: Save Julia depot cache on cancel or failure
104104
id: julia-cache-save
105105
if: cancelled() || failure()
106-
uses: actions/cache/save@v4
106+
uses: actions/cache/save@v5
107107
with:
108108
path: |
109109
${{ steps.julia-cache.outputs.cache-paths }}

0 commit comments

Comments
 (0)