Skip to content

Commit

Permalink
Update download-artifact to v4
Browse files Browse the repository at this point in the history
Use 'v4' tag which points to the latest and secure version.
  • Loading branch information
abitmore authored Sep 4, 2024
1 parent c297157 commit c7b977f
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,32 +90,32 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Download exe
uses: actions/download-artifact@v4.1.7
uses: actions/download-artifact@v4
with:
name: BeetSetup.exe
path: ~/
- name: Download exe blockmap
uses: actions/download-artifact@v4.1.7
uses: actions/download-artifact@v4
with:
name: BeetSetup.exe.blockmap
path: ~/
- name: Download latest yml
uses: actions/download-artifact@v4.1.7
uses: actions/download-artifact@v4
with:
name: latest.yml
path: ~/
- name: Download dmg
uses: actions/download-artifact@v4.1.7
uses: actions/download-artifact@v4
with:
name: BeetSetup.dmg
path: ~/
- name: Download deb
uses: actions/download-artifact@v4.1.7
uses: actions/download-artifact@v4
with:
name: BeetSetup.deb
path: ~/
- name: Download AppImage
uses: actions/download-artifact@v4.1.7
uses: actions/download-artifact@v4
with:
name: BeetSetup.AppImage
path: ~/
Expand Down Expand Up @@ -153,4 +153,4 @@ jobs:
|[EXE blockmap](https://github.com/bitshares/beet/releases/download/${{ github.ref_name }}/BeetSetup.exe.blockmap)|`${{steps.calc_hash.outputs.blockmaphash}}`|
|[Latest.yml](https://github.com/bitshares/beet/releases/download/${{ github.ref_name }}/latest.yml)|`${{steps.calc_hash.outputs.ymlhash}}`|
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit c7b977f

Please sign in to comment.