Skip to content

Commit

Permalink
Updated the download-artifact too.
Browse files Browse the repository at this point in the history
  • Loading branch information
mattwoberts committed Sep 11, 2024
1 parent 29cf840 commit 30dfa12
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 @@ -133,7 +133,7 @@ jobs:
uses: actions/setup-node@v1
with:
node-version: 22.x
- uses: actions/download-artifact@v2
- uses: actions/download-artifact@v4
with:
name: fider-image
path: ./out
Expand Down Expand Up @@ -187,7 +187,7 @@ jobs:
uses: actions/setup-node@v1
with:
node-version: 22.x
- uses: actions/download-artifact@v2
- uses: actions/download-artifact@v4
with:
name: fider-image
path: ./out
Expand Down

0 comments on commit 30dfa12

Please sign in to comment.