Skip to content
This repository was archived by the owner on Dec 12, 2025. It is now read-only.

Commit cfd020a

Browse files
Update actions/upload-artifact action to v5
1 parent 2814a2b commit cfd020a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878

7979
- name: Upload artifact
8080
if: ${{ inputs.artifacts }}
81-
uses: actions/upload-artifact@v4
81+
uses: actions/upload-artifact@v5
8282
with:
8383
name: ${{ steps.preset.outputs.name }}
8484
path: ${{ steps.preset.outputs.name }}.tar.gz

0 commit comments

Comments
 (0)