We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bb39516 + fbc15fb commit 4df371dCopy full SHA for 4df371d
.github/workflows/release.yml
@@ -28,7 +28,7 @@ jobs:
28
command: build
29
args: --target ${{ matrix.target }} --release --target-dir /tmp
30
- name: Upload artifact
31
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
32
with:
33
name: ${{ matrix.target }}
34
path: /tmp/${{ matrix.target }}/release/curite
0 commit comments