Merge pull request #148 from sartography/dependabot/github_actions/actions/download-artifact-3.0.2

Bump actions/download-artifact from 3.0.1 to 3.0.2
This commit is contained in:
Kevin Burnett 2023-05-29 21:35:13 +00:00 committed by GitHub
commit 86dda87750
1 changed files with 1 additions and 1 deletions

View File

@ -257,7 +257,7 @@ jobs:
nox --version nox --version
- name: Download coverage data - name: Download coverage data
uses: actions/download-artifact@v3.0.1 uses: actions/download-artifact@v3.0.2
with: with:
name: coverage-data name: coverage-data
# this action doesn't seem to respect working-directory so include working-directory value in path # this action doesn't seem to respect working-directory so include working-directory value in path