Skip to content

Commit

Permalink
replace idiotenbot's too specific versions
Browse files Browse the repository at this point in the history
  • Loading branch information
vslavik authored Sep 4, 2024
1 parent 302d075 commit f12b79d
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@v4.1.7
- uses: actions/download-artifact@v4
with:
name: source-tarball

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

Expand Down

0 comments on commit f12b79d

Please sign in to comment.