Skip to content

Commit 3f76df0

Browse files
dependabot[bot]hx-guo
authored andcommitted
build(deps): bump actions/upload-artifact from 5 to 7
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 5 to 7. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v5...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>
1 parent 4e611ab commit 3f76df0

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
run: |
4141
julia --project=doc/ doc/make.jl deploy
4242
- name: Upload HTML
43-
uses: actions/upload-artifact@v5
43+
uses: actions/upload-artifact@v7
4444
with:
4545
name: html-site
4646
path: doc/build/

.github/workflows/pdf.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
DOCUMENTER_KEY: ${{ secrets.DOCUMENTER_KEY }}
3636
run: julia --project=doc/ doc/make.jl deploy pdf texplatform=docker
3737
- name: upload complied PDF file
38-
uses: actions/upload-artifact@v5
38+
uses: actions/upload-artifact@v7
3939
with:
4040
name: compiled contents
4141
path: doc/build/*.pdf

0 commit comments

Comments
 (0)