Skip to content

Commit b46a23f

Browse files
authored
Merge pull request #12 from calidy-com/claude/investigate-issue-7-011CUoiHAFiFDxEGTnDj8ckR
fix: Update actions/upload-artifact from v3 to v4
2 parents 301c271 + 5efd1ea commit b46a23f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ jobs:
9393
continue-on-error: true
9494

9595
- name: Upload build artifacts
96-
uses: actions/upload-artifact@v3
96+
uses: actions/upload-artifact@v4
9797
with:
9898
name: build-artifacts
9999
path: |

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
run: npm run build
4343

4444
- name: Upload build artifacts
45-
uses: actions/upload-artifact@v3
45+
uses: actions/upload-artifact@v4
4646
with:
4747
name: build-artifacts
4848
path: |

0 commit comments

Comments
 (0)