Skip to content

Commit

Permalink
Merge pull request #90 from jmuelbert/dependabot/github_actions/actio…
Browse files Browse the repository at this point in the history
…ns/upload-artifact-3.1.2

Bump actions/upload-artifact from 3.1.1 to 3.1.2
  • Loading branch information
jmuelbert authored Jan 8, 2023
2 parents bff065d + 999aa11 commit 4028898
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 4028898

Please sign in to comment.