Skip to content

Commit d7cb912

Browse files
committed
ci: update upload artifact actions
1 parent 8089795 commit d7cb912

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
shell: bash
7070

7171
- name: Upload artifact
72-
uses: actions/upload-artifact@v3
72+
uses: actions/upload-artifact@v4
7373
with:
7474
name: ${{ matrix.asset_name }}
7575
path: ${{ matrix.binary_path }}
@@ -145,7 +145,7 @@ jobs:
145145
shell: bash
146146

147147
- name: Upload latest build artifacts
148-
uses: actions/upload-artifact@v3
148+
uses: actions/upload-artifact@v4
149149
with:
150150
name: git-task-cli-latest-${{ steps.build_date.outputs.DATE }}
151151
path: ./artifacts

0 commit comments

Comments
 (0)