Skip to content

Commit e927118

Browse files
authored
Merge pull request #16 from yaito3014/dependabot/github_actions/actions/download-artifact-7
Bump actions/download-artifact from 4 to 7
2 parents 65b5fdc + 9f94b70 commit e927118

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
name: MyEnvironment
4747
steps:
4848
- uses: actions/checkout@v6
49-
- uses: actions/download-artifact@v4
49+
- uses: actions/download-artifact@v7
5050
- uses: ./
5151
with:
5252
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)