Skip to content

Commit 06ed855

Browse files
authored
Merge pull request #129 from crdbrd/dependabot/github_actions/actions/download-artifact-8
2 parents 7a074d0 + 6549515 commit 06ed855

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- uses: actions/checkout@v6
1717
- uses: hynek/build-and-inspect-python-package@v2
1818
id: build
19-
- uses: actions/download-artifact@v7
19+
- uses: actions/download-artifact@v8
2020
with:
2121
name: ${{ steps.build.outputs.artifact-name }}
2222
path: dist

0 commit comments

Comments
 (0)