From 6319b22e75b73197c0c942875bd17fc129fc622a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 Nov 2024 22:02:37 +0000 Subject: [PATCH] Bump actions/upload-artifact from 3 to 4 Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3 to 4. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v3...v4) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/typeset.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/typeset.yml b/.github/workflows/typeset.yml index dee0556..1b2024f 100644 --- a/.github/workflows/typeset.yml +++ b/.github/workflows/typeset.yml @@ -31,7 +31,7 @@ jobs: with: root_file: ledgersmb-book.tex - name: Upload PDF file - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: PDF path: ledgersmb-book.pdf @@ -65,12 +65,12 @@ jobs: - name: Build site run: ./rebuild-site.sh - name: Upload split page book site - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: split-book path: public_html/split-book - name: Upload single page book site - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: full-book path: public_html/full-book