diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index cf9237cd..6da638cb 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -32,7 +32,7 @@ jobs: - name: Checkout uses: actions/checkout@v2 - name: Download build - uses: actions/download-artifact@v1 + uses: actions/download-artifact@v4.1.7 with: name: rswift-dev - name: Put build into place @@ -61,7 +61,7 @@ jobs: - name: Checkout uses: actions/checkout@v2 - name: Download build - uses: actions/download-artifact@v1 + uses: actions/download-artifact@v4.1.7 with: name: rswift-dev - name: Put build into place