Skip to content

Commit

Permalink
Merge pull request #956 from mackerelio/dependabot/github_actions/act…
Browse files Browse the repository at this point in the history
…ions/download-artifact-4

Bump actions/download-artifact from 3 to 4
  • Loading branch information
ne-sachirou authored Apr 23, 2024
2 parents 693b1ab + b778b87 commit 55887e0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ jobs:
steps:
- uses: actions/checkout@v4

- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4
with:
name: windows-build-artifacts-${{ matrix.PLATFORM_ID }}
path: build/
Expand Down Expand Up @@ -187,15 +187,15 @@ jobs:
needs: [build-linux, windows-installer]
if: github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/tags/v')
steps:
- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4
with:
name: linux-build-artifacts
path: artifacts/
- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4
with:
name: windows-packages-x86
path: artifacts/
- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4
with:
name: windows-packages-x64
path: artifacts/
Expand Down

0 comments on commit 55887e0

Please sign in to comment.