Skip to content

Commit

Permalink
Merge pull request #88 from jaredhendrickson13/dependabot/github_acti…
Browse files Browse the repository at this point in the history
…ons/actions/upload-pages-artifact-3

build(deps): bump actions/upload-pages-artifact from 1 to 3
  • Loading branch information
jaredhendrickson13 committed May 23, 2024
2 parents 699ac6c + aa8775f commit 79f560d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
pdoc3 simple_acme_dns --html --force --output-dir docs/html
- name: Upload artifact
uses: actions/upload-pages-artifact@v1
uses: actions/upload-pages-artifact@v3
with:
path: './docs/html/simple_acme_dns'

Expand Down

0 comments on commit 79f560d

Please sign in to comment.