Skip to content

Commit

Permalink
Bump actions/download-artifact from 3 to 4 (#437)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Dec 15, 2023
1 parent 620c6c2 commit d1ba63a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ jobs:
if: github.event.release.tag_name

steps:
- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4

- uses: softprops/action-gh-release@v1
env:
Expand All @@ -121,7 +121,7 @@ jobs:
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/master' }}

steps:
- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4

- uses: marvinpinto/action-automatic-releases@latest
with:
Expand Down

0 comments on commit d1ba63a

Please sign in to comment.