Skip to content

Commit

Permalink
Merge pull request #1196 from getfider/main
Browse files Browse the repository at this point in the history
Update stable
  • Loading branch information
mattwoberts authored Sep 11, 2024
2 parents a4e5327 + 85ce362 commit d742740
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ jobs:

- run: echo ${{ steps.vars.outputs.sha7 }} > ./out/sha7

- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v4
with:
name: fider-image
path: out/
Expand Down 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 d742740

Please sign in to comment.