We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 16517cb commit 93a271bCopy full SHA for 93a271b
.github/workflows/docker-publish.yml
@@ -73,7 +73,7 @@ jobs:
73
tool: cross
74
- run: mkdir dist
75
- run: ${{ (!matrix.os && matrix.use-cross) && 'cross' || 'cargo' }} rustc --locked --release --target=${{ matrix.target }} -- --emit=link=dist/binary
76
- - uses: actions/upload-artifact@1eb3cb2b3e0f29609092a73eb033bb759a334595 # v4.1.0
+ - uses: actions/upload-artifact@694cdabd8bdb0f10b2cea11669e1bf5453eed0a6 # v4.2.0
77
with:
78
name: ${{ matrix.target }}
79
path: |
0 commit comments