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 4532eb9 commit b3b73dcCopy full SHA for b3b73dc
.github/workflows/ci.yaml
@@ -140,7 +140,7 @@ jobs:
140
- name: Set Version
141
run: echo "version=$(echo ${{ github.ref }} | cut -d'/' -f3 | cut -c2-)" >> $GITHUB_ENV
142
- name: Download Previous Artifacts
143
- uses: actions/download-artifact@v3
+ uses: actions/download-artifact@v4
144
with:
145
name: aterm-${{ needs.store-sha8.outputs.sha8 }}-${{ matrix.platform }}
146
path: aterm-${{ env.version }}-${{ matrix.platform }}
0 commit comments