We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 136adff + 3f1674c commit f3cc160Copy full SHA for f3cc160
2 files changed
.github/workflows/build.yml
@@ -93,7 +93,7 @@ jobs:
93
if: matrix.build != 'aarch64-linux'
94
run: cargo build
95
96
- - uses: actions/upload-artifact@v5.0.0
+ - uses: actions/upload-artifact@v7.0.0
97
with:
98
name: bins-${{ matrix.build }}
99
# Two paths, the first for x86_64 jobs, the second for aarch64.
.github/workflows/deploy.yml
@@ -79,7 +79,7 @@ jobs:
79
cp "target/${{ matrix.target }}/release/$BIN_NAME" "dist/"
80
fi
81
82
83
84
name: cotp-${{ matrix.build }}
85
path: dist
0 commit comments