Skip to content

Commit aeed7ea

Browse files
authored
Merge pull request #172 from cisagov/dependabot/github_actions/actions/download-artifact-7
Bump actions/download-artifact from 6 to 7
2 parents 0c144e1 + 1863794 commit aeed7ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -484,7 +484,7 @@ jobs:
484484
restore-keys: |
485485
${{ env.BASE_CACHE_KEY }}
486486
- name: Retrieve the built wheel
487-
uses: actions/download-artifact@v6
487+
uses: actions/download-artifact@v7
488488
with:
489489
name: dist-${{ matrix.python-version }}
490490
path: dist

0 commit comments

Comments
 (0)