Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 6, 2023
1 parent e6e9055 commit 999aa11
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:
run: |
sphinx-build docs docs/_build
- name: Upload documentation
uses: actions/[email protected].1
uses: actions/[email protected].2
with:
name: docs
path: docs/_build
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/mega-linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
# Upload MegaLinter artifacts
- name: "Archive production artifacts"
if: ${{ success() }} || ${{ failure() }}
uses: actions/[email protected].1
uses: actions/[email protected].2
with:
name: MegaLinter reports
path: |
Expand Down

0 comments on commit 999aa11

Please sign in to comment.