Skip to content

Commit

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

Bump actions/download-artifact from 2.1.0 to 3.0.2
  • Loading branch information
jmuelbert authored Jan 8, 2023
2 parents e6e9055 + 2b41c90 commit bff065d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ jobs:
needs: build_GH_Pages
steps:
- name: Download Artifact with Pages
uses: actions/download-artifact@v2.1.0
uses: actions/download-artifact@v3.0.2
with:
name: docs
path: docs/_build
Expand Down

0 comments on commit bff065d

Please sign in to comment.