Skip to content

Commit

Permalink
Update download-artifact version
Browse files Browse the repository at this point in the history
  • Loading branch information
uelei authored and uelei committed Sep 4, 2024
1 parent 76c8a80 commit 54f4263
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/master.yaml
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -83,17 +83,17 @@ jobs:
draft: false
prerelease: false
- name: Download Artifact windows-latest
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: brl-rate-get-windows-latest_${{ needs.version.outputs.current-version }}.exe
path: dist
- name: Download Artifact macos-latest
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: brl-rate-get-macos-latest_${{ needs.version.outputs.current-version }}
path: dist
- name: Download Artifact ubuntu-latest
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: brl-rate-get-ubuntu-latest_${{ needs.version.outputs.current-version }}
path: dist
Expand Down

0 comments on commit 54f4263

Please sign in to comment.