diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 45cf6df2a..c73b2d9ac 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -101,12 +101,12 @@ jobs: NOTES="${NOTES//$'\r'/%0D}" echo ::set-output name=NOTES::"$NOTES" - name: Download zip distribution - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4.1.7 with: name: airship path: ./build - name: Download Carthage zip distribution - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4.1.7 with: name: airship-carthage path: ./build @@ -158,7 +158,7 @@ jobs: run: | echo "VERSION=${GITHUB_REF/refs\/tags\//}" >> $GITHUB_OUTPUT - name: Download docs - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4.1.7 with: name: docs path: ./build/Documentation