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