Skip to content

Commit c19e8a3

Browse files
⬆️ deps: Update actions/upload-artifact action to v6
1 parent 74f0b7e commit c19e8a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
use-cross: ${{ matrix.cross }}
6464

6565
- name: Upload Artifact
66-
uses: actions/upload-artifact@v5
66+
uses: actions/upload-artifact@v6
6767
with:
6868
name: ${{ env.PROJECT_NAME_UNDERSCORE }}-${{ matrix.target }}
6969
path: target/release/${{ env.PROJECT_NAME_UNDERSCORE }}

0 commit comments

Comments
 (0)