Skip to content

Commit 1c4ff2d

Browse files
Bump actions/upload-artifact from 6 to 7 in the all-github-actions group (#4)
Bumps the all-github-actions group with 1 update: [actions/upload-artifact](https://github.com/actions/upload-artifact). Updates `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 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 1b3f89e commit 1c4ff2d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/QuartoBuildPublish.yml

Lines changed: 2 additions & 2 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@v6
87+
uses: actions/upload-artifact@v7
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@v6
95+
uses: actions/upload-artifact@v7
9696
with:
9797
name: html-presentation
9898
path: |

0 commit comments

Comments
 (0)