Skip to content

Commit

Permalink
Merge pull request #292 from kitta65/dependabot/github_actions/action…
Browse files Browse the repository at this point in the history
…s/download-artifact-4

Bump actions/download-artifact from 3 to 4
  • Loading branch information
kitta65 authored Feb 3, 2024
2 parents 92775dc + 1bd817a commit 0698871
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
steps:
- uses: actions/checkout@v4

- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4
with:
name: pkg
path: ./pkg
Expand Down

0 comments on commit 0698871

Please sign in to comment.