We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 37c1406 + 5c5de15 commit 6f8a035Copy full SHA for 6f8a035
.github/workflows/ci.yml
@@ -102,7 +102,7 @@ jobs:
102
cp target/${{ matrix.platform.target }}/release/easycheck artifact/easycheck_${{ matrix.platform.osn }}_${{ matrix.platform.arch }}
103
104
- name: Upload artifact
105
- uses: actions/upload-artifact@v6
+ uses: actions/upload-artifact@v7
106
with:
107
path: artifact/easycheck_${{ matrix.platform.osn }}_${{ matrix.platform.arch }}
108
name: easycheck_${{ matrix.platform.osn }}_${{ matrix.platform.arch }}
0 commit comments