Skip to content

Commit

Permalink
Merge pull request #30 from Deep-MI/dependabot/github_actions/actions…
Browse files Browse the repository at this point in the history
…/download-artifact-4

Bump actions/download-artifact from 3 to 4
  • Loading branch information
m-reuter authored Dec 18, 2023
2 parents 2d9c7ce + eb4a568 commit 84bb81f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
shell: bash
steps:
- name: Download documentation
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: doc-dev
path: ./doc-dev
Expand Down

0 comments on commit 84bb81f

Please sign in to comment.