Skip to content

Commit bda5c9a

Browse files
payne0420claude
andcommitted
Fix deprecated upload-artifact action
Update actions/upload-artifact from v3 to v4 in GitHub workflows to resolve deprecation warning and CI failure. Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 8ebef03 commit bda5c9a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
"Build/"
4747
4848
- name: Upload build artifacts
49-
uses: actions/upload-artifact@v3
49+
uses: actions/upload-artifact@v4
5050
with:
5151
name: iTermGUI-${{ github.sha }}
5252
path: Build/iTermGUI.app

.github/workflows/nightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
"Build/"
4646
4747
- name: Upload nightly build
48-
uses: actions/upload-artifact@v3
48+
uses: actions/upload-artifact@v4
4949
with:
5050
name: iTermGUI-nightly-${{ github.run_number }}
5151
path: |

0 commit comments

Comments
 (0)