Skip to content

Commit bcb6b61

Browse files
authored
Merge branch 'development' into claude/implement-undo-redo-011CUUUB9JJCHvtGPZbHFrXK
2 parents c04636e + 034612d commit bcb6b61

13 files changed

+222
-71
lines changed

.github/workflows/build-mudlet-win.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ jobs:
131131
run: $GITHUB_WORKSPACE/CI/deploy-mudlet-for-windows.sh
132132

133133
- name: Create intermediate artifact for debugging
134-
uses: actions/upload-artifact@v4
134+
uses: actions/upload-artifact@v5
135135
if: env.INTERMEDIATE_ARTIFACT_NAME
136136
with:
137137
name: ${{env.INTERMEDIATE_ARTIFACT_NAME}}
@@ -143,7 +143,7 @@ jobs:
143143
# Uploads the zipped contents of ARTIFACT_WINPATHORFILE as an "artifact" with
144144
# the given name - the Environmental variables are created by the
145145
# deploy-mudlet-for-windows.sh script:
146-
uses: actions/upload-artifact@v4
146+
uses: actions/upload-artifact@v5
147147
if: env.ARTIFACT_NAME
148148
with:
149149
name: ${{env.ARTIFACT_NAME}}

.github/workflows/build-mudlet.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,7 @@ jobs:
318318

319319
- name: Upload GitHub Actions artifact of vcpkg build logs
320320
if: failure()
321-
uses: actions/upload-artifact@v4
321+
uses: actions/upload-artifact@v5
322322
with:
323323
name: vcpkg-logs-${{ runner.os }}
324324
path: ${{ github.workspace }}/vcpkg/buildtrees/**/*.log
@@ -402,7 +402,7 @@ jobs:
402402
TRIPLET: ${{matrix.triplet}}
403403

404404
- name: Upload packaged Mudlet
405-
uses: actions/upload-artifact@v4
405+
uses: actions/upload-artifact@v5
406406
if: env.UPLOAD_FILENAME
407407
with:
408408
name: ${{env.UPLOAD_FILENAME}}

.github/workflows/generate-changelog.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
echo $changelog
7070
7171
- name: Upload changelog as ${{matrix.format}}
72-
uses: actions/upload-artifact@v4
72+
uses: actions/upload-artifact@v5
7373
with:
7474
name: changelog.${{matrix.format}}
7575
path: changelog.${{matrix.format}}

.github/workflows/generate-coder-attribution.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
echo $authors
7474
7575
- name: Upload authors as txt
76-
uses: actions/upload-artifact@v4
76+
uses: actions/upload-artifact@v5
7777
with:
7878
name: authors.txt
7979
path: authors.txt

0 commit comments

Comments
 (0)