Skip to content

Commit

Permalink
Use correct action version
Browse files Browse the repository at this point in the history
  • Loading branch information
mschoema committed Feb 1, 2024
1 parent c6fb3a6 commit 8aecd04
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/generate_dev_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- name: Upload output directory
uses: actions/upload-artifact@v4
with:
name: devdoc-files
name: devdocs-files
path: |
docs/html/*
retention-days: 1
Expand All @@ -52,9 +52,9 @@ jobs:

# download the doc files, most of which are generated above
- name: Download output directory
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4
with:
name: devdoc-files
name: devdocs-files
path: devdocs-temp

# Rename the directory to master
Expand Down

0 comments on commit 8aecd04

Please sign in to comment.