Skip to content

Commit

Permalink
Merge pull request #112 from exonet/dependabot/github_actions/actions…
Browse files Browse the repository at this point in the history
…/upload-artifact-4

Bump actions/upload-artifact from 3 to 4
  • Loading branch information
robbinjanssen authored Dec 15, 2023
2 parents 611f7ba + 391c494 commit 668ebad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
run: poetry run pytest --cov certbot_dns_exonet tests

- name: Upload coverage artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: coverage-${{ matrix.python-version }}
path: .coverage
Expand All @@ -82,7 +82,7 @@ jobs:
uses: actions/checkout@v4

- name: Download coverage data
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4

- name: Set up Python 3.11
id: python
Expand Down

0 comments on commit 668ebad

Please sign in to comment.