Skip to content

Commit

Permalink
GHA: Bump actions/download-artifact to v4
Browse files Browse the repository at this point in the history
Co-authored-by: Václav Slavík <[email protected]>
  • Loading branch information
dependabot[bot] and vslavik authored Sep 4, 2024
1 parent 6cf5110 commit cd5afc7
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 @@ -75,11 +75,11 @@ jobs:
runs-on: ubuntu-latest
needs: [build-linux, build-windows]
steps:
- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4
with:
name: source-tarball

- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4
with:
name: windows-binaries

Expand Down

0 comments on commit cd5afc7

Please sign in to comment.