Skip to content

Commit

Permalink
Merge pull request #138 from infinityofspace/dependabot/github_action…
Browse files Browse the repository at this point in the history
…s/actions/download-artifact-4

Bump actions/download-artifact from 3 to 4
  • Loading branch information
infinityofspace authored Jan 9, 2024
2 parents e80e625 + 50891cf commit 72af31e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pypi-publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
needs: build
steps:
- name: Download distribution from build job
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: certbot_dns_duckdns_dist
path: dist/
Expand Down

0 comments on commit 72af31e

Please sign in to comment.