Skip to content

Commit c2145d0

Browse files
authored
Merge pull request #281 from g4edge/dependabot/github_actions/actions/download-artifact-8
Bump actions/download-artifact from 7 to 8
2 parents 9ddd02c + a087e78 commit c2145d0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/distribution.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ jobs:
146146
runs-on: ubuntu-latest
147147
if: github.event_name == 'release' && github.event.action == 'published'
148148
steps:
149-
- uses: actions/download-artifact@v7
149+
- uses: actions/download-artifact@v8
150150
with:
151151
path: dist
152152
merge-multiple: true

0 commit comments

Comments
 (0)