We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a13be7 commit 509f319Copy full SHA for 509f319
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@v5
+ uses: actions/upload-artifact@v6
67
with:
68
name: ${{ env.PROJECT_NAME_UNDERSCORE }}-${{ matrix.target }}
69
path: target/release/${{ env.PROJECT_NAME_UNDERSCORE }}
0 commit comments