Skip to content

Commit

Permalink
bump actions/upload-artifact to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
infinityofspace committed Sep 24, 2024
1 parent f25f2a2 commit 1b65222
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pypi-build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
.
- name: Upload distribution artifact for other jobs
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: certbot_dns_porkbun_dist
path: dist/
2 changes: 1 addition & 1 deletion .github/workflows/pypi-publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
.
- name: Upload distribution artifact for other jobs
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: certbot_dns_porkbun_dist
path: dist/
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/snap-install-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
uses: snapcore/action-build@v1
id: snapcraft

- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: snap
path: ${{ steps.snapcraft.outputs.snap }}
Expand Down

0 comments on commit 1b65222

Please sign in to comment.