Skip to content

Commit

Permalink
Bump actions/upload-artifact from 3.1.0 to 3.1.1 (#138)
Browse files Browse the repository at this point in the history
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3.1.0 to 3.1.1.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](actions/upload-artifact@v3.1.0...v3.1.1)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 24, 2022
1 parent 3bb681b commit 0276fc2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci_cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
run: tox -e doc

- name: Upload HTML Documentation
uses: actions/upload-artifact@v3.1.0
uses: actions/upload-artifact@v3.1.1
with:
name: HTML-Documentation
path: .tox/doc_out/
Expand All @@ -76,7 +76,7 @@ jobs:
run: |
make -C doc pdf
- name: Upload PDF Documentation
uses: actions/upload-artifact@v3.1.0
uses: actions/upload-artifact@v3.1.1
with:
name: PDF-Documentation
path: doc/build/latex/ansys_sphinx_theme.pdf
Expand Down Expand Up @@ -110,7 +110,7 @@ jobs:
run: |
python -m build && python -m twine check dist/*
- name: Upload wheel and sdist to artifacts
uses: actions/upload-artifact@v3.1.0
uses: actions/upload-artifact@v3.1.1
with:
name: ansys-sphinx-theme
path: dist/
Expand Down

0 comments on commit 0276fc2

Please sign in to comment.