Skip to content

Commit

Permalink
updated versions
Browse files Browse the repository at this point in the history
  • Loading branch information
benhalverson committed Sep 4, 2024
1 parent f885008 commit 98e6780
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/nodejs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,7 @@ jobs:
run: npm run build # Ensure this outputs to the `dist` directory

- name: Upload Build Artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4.4.0
with:
name: dist
name: build-artifact
path: dist

# - name: Run tests
# run: npm test
2 changes: 1 addition & 1 deletion .github/workflows/wrangler-action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Download Build Artifact
uses: actions/[email protected]
with:
name: dist
name: build-artifact
path: dist

- name: Deploy to Cloudflare
Expand Down

0 comments on commit 98e6780

Please sign in to comment.