We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e2e4f5 commit ecf417cCopy full SHA for ecf417c
.github/workflows/ci.yml
@@ -17,7 +17,7 @@ jobs:
17
repo: cross
18
matches: ${{ matrix.platform }}
19
token: ${{ secrets.GITHUB_TOKEN }}
20
- - uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
+ - uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
21
with:
22
name: cross-${{ matrix.platform }}
23
path: ${{ steps.cross.outputs.install_path }}
@@ -120,7 +120,7 @@ jobs:
120
submodules: true
121
122
- name: Download Cross
123
- uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
+ uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
124
125
name: cross-linux-musl
126
path: /tmp/
0 commit comments