Skip to content

Commit 9d43481

Browse files
⬆️ deps: Update actions/upload-artifact action to v5 (#179)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 2caed93 commit 9d43481

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@v4
66+
uses: actions/upload-artifact@v5
6767
with:
6868
name: ${{ env.PROJECT_NAME_UNDERSCORE }}-${{ matrix.target }}
6969
path: target/release/${{ env.PROJECT_NAME_UNDERSCORE }}

0 commit comments

Comments
 (0)