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 e89f8fa commit 416f68a
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,17 +44,17 @@ jobs:
uses: actions/checkout@v3

- name: Fetch binaries (Win32)
uses: actions/download-artifact@v4.1.7
uses: actions/download-artifact@v4
with:
name: winsparkle-binaries-Win32

- name: Fetch binaries (x64)
uses: actions/download-artifact@v4.1.7
uses: actions/download-artifact@v4
with:
name: winsparkle-binaries-x64

- name: Fetch binaries (ARM64)
uses: actions/download-artifact@v4.1.7
uses: actions/download-artifact@v4
with:
name: winsparkle-binaries-ARM64

Expand All @@ -74,7 +74,7 @@ jobs:
needs: build-nuget
steps:
- name: Fetch artifact
uses: actions/download-artifact@v4.1.7
uses: actions/download-artifact@v4
with:
name: nuget-package

Expand All @@ -99,17 +99,17 @@ jobs:
fetch-depth: 0

- name: Fetch binaries (Win32)
uses: actions/download-artifact@v4.1.7
uses: actions/download-artifact@v4
with:
name: winsparkle-binaries-Win32

- name: Fetch binaries (x64)
uses: actions/download-artifact@v4.1.7
uses: actions/download-artifact@v4
with:
name: winsparkle-binaries-x64

- name: Fetch binaries (ARM64)
uses: actions/download-artifact@v4.1.7
uses: actions/download-artifact@v4
with:
name: winsparkle-binaries-ARM64

Expand Down

0 comments on commit 416f68a

Please sign in to comment.