Skip to content

Commit

Permalink
Merge pull request #8 from kyoh86/dependabot/github_actions/dot-githu…
Browse files Browse the repository at this point in the history
…b/workflows/actions/download-artifact-4.1.7

Bump actions/download-artifact from 2 to 4.1.7 in /.github/workflows
  • Loading branch information
kyoh86 authored Sep 7, 2024
2 parents 2a842c6 + 8f63c4e commit 8e0fa2c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
- uses: actions/setup-go@v3
with:
go-version: 1.18.x
- uses: actions/download-artifact@v2
- uses: actions/download-artifact@v4.1.7
with:
name: repository
path: .
Expand All @@ -60,7 +60,7 @@ jobs:
- uses: actions/setup-go@v3
with:
go-version: 1.18.x
- uses: actions/download-artifact@v2
- uses: actions/download-artifact@v4.1.7
with:
name: repository
path: .
Expand Down

0 comments on commit 8e0fa2c

Please sign in to comment.