Skip to content

Commit 4168837

Browse files
authored
Merge pull request #248 from jodal/dependabot/github_actions/actions/download-artifact-8
build(deps): bump actions/download-artifact from 7 to 8
2 parents 3b018e8 + d52fd3f commit 4168837

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.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)