diff --git a/.github/workflows/autobuild.yml b/.github/workflows/autobuild.yml index 32190a7344..4c4c36950d 100644 --- a/.github/workflows/autobuild.yml +++ b/.github/workflows/autobuild.yml @@ -284,7 +284,7 @@ jobs: steps: - name: Select Xcode version for Mac if: matrix.config.target_os == 'macos' || matrix.config.target_os == 'ios' - uses: maxim-lobanov/setup-xcode@60606e260d2fc5762a71e64e74b2174e8ea3c8bd + uses: maxim-lobanov/setup-xcode@ed7a3b1fda3918c0306d1b724322adc0b8cc0a90 with: xcode-version: ${{ matrix.config.xcode_version }} @@ -382,7 +382,7 @@ jobs: - name: Upload Artifact 1 to Job # Every build job has at least one artifact. Therefore, no `if` here. # If the artifact is missing, this should fail. - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: ${{ steps.get-artifacts.outputs.artifact_1 }} path: deploy/${{ steps.get-artifacts.outputs.artifact_1 }} @@ -391,7 +391,7 @@ jobs: - name: Upload Artifact 2 to Job if: steps.get-artifacts.outputs.artifact_2 - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: ${{ steps.get-artifacts.outputs.artifact_2 }} path: deploy/${{ steps.get-artifacts.outputs.artifact_2 }} @@ -471,7 +471,7 @@ jobs: # Unfortunately download-artifact action doesn't support wild card downloads. Thus downloading all artifacts - name: Download all artifacts if: env.GPG_REPO_KEY_MISSING == 'false' - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: path: releasedl/ - name: Create Debian repository