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.
2 parents b8dd5d4 + 229dc35 commit 15c7dbaCopy full SHA for 15c7dba
.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@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
+ - uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
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@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
+ uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
124
125
name: cross-linux-musl
126
path: /tmp/
0 commit comments