Skip to content

Commit 2d2334d

Browse files
authored
Merge pull request #1410 from longhuan1999/master
ci: update 'actions/upload-artifact' from v3 to v4
2 parents 51d23d2 + 741a2f9 commit 2d2334d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/builder.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ jobs:
133133
echo "::set-output name=filename::${{ env.PRODUCT }}-${ARGS}"
134134
135135
- name: Upload binary artifacts
136-
uses: actions/upload-artifact@v3
136+
uses: actions/upload-artifact@v4
137137
with:
138138
name: ${{ steps.builder.outputs.filename }}
139139
path: ./bin/${{ env.PRODUCT }}*

0 commit comments

Comments
 (0)