We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2caed93 commit 9d43481Copy full SHA for 9d43481
1 file changed
.github/workflows/build.yml
@@ -63,7 +63,7 @@ jobs:
63
use-cross: ${{ matrix.cross }}
64
65
- name: Upload Artifact
66
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v5
67
with:
68
name: ${{ env.PROJECT_NAME_UNDERSCORE }}-${{ matrix.target }}
69
path: target/release/${{ env.PROJECT_NAME_UNDERSCORE }}
0 commit comments