Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/npm_and_yarn/webpack-5.94.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mattwoberts authored Sep 11, 2024
2 parents 137a0cf + 85ce362 commit 67d2aab
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 67d2aab

Please sign in to comment.