diff --git a/.github/workflows/mulle-sde-artifacts.yml b/.github/workflows/mulle-sde-artifacts.yml index 979d1aa..e6d95d7 100644 --- a/.github/workflows/mulle-sde-artifacts.yml +++ b/.github/workflows/mulle-sde-artifacts.yml @@ -50,7 +50,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Download Linux Artifact - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4.1.7 with: name: artifact.Linux # actual file will be ${{ steps.executable.outputs.exepath }} though! @@ -60,7 +60,7 @@ jobs: mv ${{ github.workspace }}/${{ github.event.repository.name }} ${{ github.workspace }}/${{ github.event.repository.name }}.linux - name: Download macOS Artifact - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4.1.7 with: name: artifact.macOS