Skip to content

Commit

Permalink
Merge pull request #287 from bitshares/dependabot/github_actions/dot-…
Browse files Browse the repository at this point in the history
…github/workflows/actions/download-artifact-4.1.7

Bump actions/download-artifact from 3 to 4.1.7 in /.github/workflows
  • Loading branch information
abitmore authored Sep 4, 2024
2 parents 637a80a + c7b977f commit bae20b5
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@v3
uses: actions/download-artifact@v4
with:
name: BeetSetup.exe
path: ~/
- name: Download exe blockmap
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: BeetSetup.exe.blockmap
path: ~/
- name: Download latest yml
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: latest.yml
path: ~/
- name: Download dmg
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: BeetSetup.dmg
path: ~/
- name: Download deb
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: BeetSetup.deb
path: ~/
- name: Download AppImage
uses: actions/download-artifact@v3
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 bae20b5

Please sign in to comment.